katello 4.3.0.rc4 → 4.4.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/vendor.js +0 -1
- data/app/controllers/katello/api/v2/api_controller.rb +13 -4
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +46 -0
- data/app/controllers/katello/api/v2/host_packages_controller.rb +21 -1
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +30 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +10 -6
- data/app/controllers/katello/api/v2/packages_controller.rb +4 -0
- data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +10 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +42 -14
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +7 -0
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +3 -0
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +32 -0
- data/app/controllers/katello/remote_execution_controller.rb +5 -4
- data/app/graphql/types/host_collection.rb +18 -0
- data/app/helpers/katello/content_source_helper.rb +43 -0
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +4 -0
- data/app/lib/actions/katello/cdn_configuration/update.rb +5 -7
- data/app/lib/actions/katello/content_view/publish.rb +5 -0
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +17 -3
- data/app/lib/actions/katello/repository/discover.rb +1 -14
- data/app/lib/actions/katello/repository/errata_mail.rb +4 -5
- data/app/lib/actions/katello/repository/filtered_index_content.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +2 -2
- data/app/lib/actions/pulp3/abstract.rb +1 -1
- data/app/lib/actions/pulp3/abstract_async_task.rb +1 -1
- data/app/lib/actions/pulp3/content_view/delete_repository_references.rb +14 -4
- data/app/lib/actions/pulp3/content_view_version/create_import_history.rb +1 -2
- data/app/lib/actions/pulp3/content_view_version/import.rb +7 -0
- data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +7 -5
- data/app/lib/actions/pulp3/repository/copy_content.rb +1 -1
- data/app/lib/actions/pulp3/repository/reclaim_space.rb +3 -10
- data/app/lib/actions/pulp3/repository/save_artifact.rb +1 -0
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +11 -0
- data/app/lib/katello/errors.rb +3 -3
- data/app/lib/katello/logging.rb +6 -1
- data/app/lib/katello/repo_discovery.rb +27 -19
- data/app/lib/katello/resources/cdn/katello_cdn.rb +41 -3
- data/app/lib/katello/resources/cdn.rb +4 -2
- data/app/lib/katello/util/deduplication_migrator.rb +105 -0
- data/app/lib/katello/util/pulpcore_content_filters.rb +2 -1
- data/app/models/katello/candlepin/repository_mapper.rb +3 -2
- data/app/models/katello/cdn_configuration.rb +38 -6
- data/app/models/katello/concerns/audit_comment_extensions.rb +17 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +34 -2
- data/app/models/katello/concerns/organization_extensions.rb +5 -1
- data/app/models/katello/concerns/pulp_database_unit.rb +59 -173
- data/app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb +11 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +2 -1
- data/app/models/katello/content_view.rb +4 -4
- data/app/models/katello/content_view_filter.rb +1 -1
- data/app/models/katello/content_view_history.rb +1 -1
- data/app/models/katello/content_view_version.rb +6 -2
- data/app/models/katello/content_view_version_export_history.rb +3 -2
- data/app/models/katello/content_view_version_import_history.rb +4 -4
- data/app/models/katello/deb.rb +1 -3
- data/app/models/katello/docker_meta_tag.rb +1 -1
- data/app/models/katello/erratum.rb +0 -15
- data/app/models/katello/glue/provider.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +3 -1
- data/app/models/katello/host/content_facet.rb +2 -27
- data/app/models/katello/host/info_provider.rb +9 -0
- data/app/models/katello/host/subscription_facet.rb +2 -2
- data/app/models/katello/host_available_module_stream.rb +10 -0
- data/app/models/katello/hostgroup/content_facet.rb +2 -2
- data/app/models/katello/installed_package.rb +1 -0
- data/app/models/katello/product.rb +1 -1
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +13 -12
- data/app/models/katello/root_repository.rb +65 -16
- data/app/models/katello/rpm.rb +8 -2
- data/app/models/setting/content.rb +15 -5
- data/app/services/cert/rhsm_client.rb +1 -5
- data/app/services/katello/component_view_presenter.rb +1 -1
- data/app/services/katello/content_unit_indexer.rb +166 -0
- data/app/services/katello/organization_creator.rb +23 -8
- data/app/services/katello/pulp/repository/docker.rb +1 -1
- data/app/services/katello/pulp/repository/yum.rb +0 -54
- data/app/services/katello/pulp/repository.rb +0 -6
- data/app/services/katello/pulp3/ansible_collection.rb +26 -10
- data/app/services/katello/pulp3/api/apt.rb +7 -0
- data/app/services/katello/pulp3/api/yum.rb +4 -0
- data/app/services/katello/pulp3/content_view_version/import.rb +11 -2
- data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +1 -1
- data/app/services/katello/pulp3/deb.rb +10 -9
- data/app/services/katello/pulp3/docker_manifest.rb +6 -5
- data/app/services/katello/pulp3/docker_manifest_list.rb +23 -6
- data/app/services/katello/pulp3/docker_tag.rb +16 -7
- data/app/services/katello/pulp3/erratum.rb +51 -56
- data/app/services/katello/pulp3/file_unit.rb +9 -6
- data/app/services/katello/pulp3/generic_content_unit.rb +11 -12
- data/app/services/katello/pulp3/module_stream.rb +76 -30
- data/app/services/katello/pulp3/package_group.rb +5 -5
- data/app/services/katello/pulp3/pulp_content_unit.rb +19 -11
- data/app/services/katello/pulp3/repository/apt.rb +5 -3
- data/app/services/katello/pulp3/repository/docker.rb +14 -7
- data/app/services/katello/pulp3/repository/generic.rb +1 -1
- data/app/services/katello/pulp3/repository/yum.rb +23 -16
- data/app/services/katello/pulp3/repository.rb +31 -10
- data/app/services/katello/pulp3/repository_mirror.rb +18 -4
- data/app/services/katello/pulp3/rpm.rb +13 -13
- data/app/services/katello/pulp3/srpm.rb +10 -9
- data/app/services/katello/registration_manager.rb +1 -1
- data/app/services/katello/repository_type.rb +15 -4
- data/app/services/katello/repository_type_manager.rb +1 -1
- data/app/services/katello/ui_notifications/subscriptions/manifest_expired_warning.rb +1 -1
- data/app/services/katello/upstream_connection_checker.rb +2 -2
- data/app/views/foreman/job_templates/change_content_source.erb +1 -31
- data/app/views/foreman/job_templates/install_errata.erb +6 -9
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +26 -0
- data/app/views/foreman/job_templates/install_packages_by_search_query.erb +19 -0
- data/app/views/foreman/job_templates/remove_packages_by_search_query.erb +19 -0
- data/app/views/foreman/job_templates/update_packages_by_search_query.erb +19 -0
- data/app/views/katello/api/v2/cdn_configurations/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +8 -4
- data/app/views/katello/api/v2/environments/show.json.rabl +9 -0
- data/app/views/katello/api/v2/host_module_streams/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +3 -1
- data/app/views/katello/layouts/react.html.erb +0 -1
- data/app/views/katello/sync_management/_repo.html.erb +36 -25
- data/config/initializers/monkeys.rb +0 -1
- data/config/routes/api/v2.rb +1 -0
- data/config/routes/overrides.rb +3 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20150930183738_migrate_content_hosts.rb +1 -1
- data/db/migrate/20180612164926_add_content_org_id.rb +2 -2
- data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +11 -2
- data/db/migrate/20211201154845_add_unique_indexes.rb +20 -0
- data/db/migrate/20211202172358_add_repository_mirroring_policy.rb +26 -0
- data/db/migrate/20211208034230_add_content_view_and_lifecycle_environment.rb +6 -0
- data/db/migrate/20211220185935_clean_duplicate_content_units.rb +144 -0
- data/db/migrate/20220110223754_update_disconnected_settings.rb +20 -0
- data/db/migrate/20220120163252_fix_docker_download_policy.rb +11 -0
- data/db/migrate/20220124191056_add_type_to_cdn_configuration.rb +22 -0
- data/db/migrate/20220127120843_fix_debian_download_policy.rb +11 -0
- data/db/migrate/20220204171908_rename_docker_tags_whitelist_and_add_exclude_tags.rb +8 -0
- data/db/migrate/20220207140355_change_deb_attributes_size_limit.rb +7 -0
- data/db/migrate/20220209205137_expand_sync_timeout_settings.rb +23 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -1
- data/engines/bastion/app/views/bastion/layouts/application.html.erb +0 -1
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html +26 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +10 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +212 -152
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js +29 -10
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +2 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details.controller.js +8 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +49 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/mirroring-policy.service.js +30 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +29 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +48 -23
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +5 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.routes.js +4 -3
- data/lib/katello/engine.rb +4 -0
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/permissions/host_permissions.rb +3 -1
- data/lib/katello/plugin.rb +9 -1
- data/lib/katello/repository_types/deb.rb +0 -1
- data/lib/katello/repository_types/docker.rb +4 -4
- data/lib/katello/repository_types/file.rb +0 -1
- data/lib/katello/repository_types/ostree.rb +4 -6
- data/lib/katello/repository_types/python.rb +5 -1
- data/lib/katello/repository_types/yum.rb +2 -9
- data/lib/katello/tasks/content_view_import_only.rake +34 -0
- data/lib/katello/tasks/import_applicability.rake +1 -1
- data/lib/katello/tasks/jenkins.rake +0 -2
- data/lib/katello/tasks/repository.rake +4 -1
- data/lib/katello/tasks/upgrades/4.4/publish_import_cvvs.rake +17 -0
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +8 -7
- data/locale/bn/katello.po +1402 -650
- data/locale/cs/katello.po +1217 -96
- data/locale/de/katello.po +2359 -1347
- data/locale/en/katello.po +1216 -94
- data/locale/es/katello.po +2201 -1172
- data/locale/fr/katello.po +2601 -1615
- data/locale/gu/katello.po +1564 -814
- data/locale/hi/katello.po +1563 -810
- data/locale/it/katello.po +1311 -282
- data/locale/ja/katello.po +2534 -1518
- data/locale/katello.pot +3430 -1326
- data/locale/kn/katello.po +1564 -812
- data/locale/ko/katello.po +1441 -409
- data/locale/mr/katello.po +1564 -776
- data/locale/or/katello.po +1565 -813
- data/locale/pa/katello.po +1559 -792
- data/locale/pt/katello.po +1314 -277
- data/locale/pt_BR/katello.po +2226 -1181
- data/locale/ru/katello.po +1587 -563
- data/locale/ta/katello.po +1373 -619
- data/locale/te/katello.po +1564 -810
- data/locale/zh_CN/katello.po +2936 -1890
- data/locale/zh_TW/katello.po +1508 -606
- data/webpack/__mocks__/foremanReact/{redux/actions/toasts.js → components/ToastsList/index.js} +3 -2
- data/webpack/components/ActionableDetail.js +35 -21
- data/webpack/components/Content/Details/ContentDetails.js +1 -1
- data/webpack/components/Content/Details/__tests__/ContentDetailInfo.test.js +0 -2
- data/webpack/components/Content/Details/__tests__/ContentDetailRepositories.test.js +0 -2
- data/webpack/components/Content/Details/__tests__/ContentDetails.test.js +0 -2
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +1 -1
- data/webpack/components/Content/__tests__/ContentPage.test.js +0 -2
- data/webpack/components/Content/__tests__/ContentTable.test.js +0 -2
- data/webpack/components/EditableSwitch.js +8 -2
- data/webpack/components/EditableTextInput/EditableTextInput.js +44 -86
- data/webpack/components/EditableTextInput/__tests__/editableTextInput.test.js +3 -3
- data/webpack/components/Errata/index.js +95 -29
- data/webpack/components/ErratumTypeLabel.js +16 -16
- data/webpack/components/MultiSelect/index.js +2 -2
- data/webpack/components/Packages/index.js +1 -1
- data/webpack/components/RoutedTabs/index.js +2 -1
- data/webpack/components/Search/Search.js +5 -2
- data/webpack/components/Search/__tests__/search.test.js +2 -3
- data/webpack/components/Select/Select.js +1 -1
- data/webpack/components/SelectOrg/SelectOrgReducer.js +15 -15
- data/webpack/components/SelectOrg/SetOrganization.js +2 -2
- data/webpack/components/Table/PageControls.js +3 -6
- data/webpack/components/Table/TableHooks.js +47 -7
- data/webpack/components/Table/TableWrapper.js +25 -7
- data/webpack/components/TypeAhead/TypeAhead.js +5 -1
- data/webpack/components/TypeAhead/helpers/commonPropTypes.js +1 -1
- data/webpack/components/TypeAhead/helpers/helpers.js +14 -14
- data/webpack/components/TypeAhead/pf3Search/TypeAheadSearch.js +1 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +4 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadSearch.js +2 -1
- data/webpack/components/WithOrganization/withOrganization.js +3 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +108 -0
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +56 -0
- data/webpack/components/extensions/HostDetails/HostDetailsActions.js +2 -0
- data/webpack/components/extensions/HostDetails/HostPackages/HostPackagesActions.js +49 -2
- data/webpack/components/extensions/HostDetails/HostPackages/HostPackagesConstants.js +14 -1
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js +6 -4
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/{ErrataTab.js → ErrataTab/ErrataTab.js} +86 -75
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +11 -0
- data/webpack/components/extensions/HostDetails/Tabs/{ErratumExpansionContents.js → ErrataTab/ErratumExpansionContents.js} +3 -3
- data/webpack/components/extensions/HostDetails/Tabs/{ErratumExpansionDetail.js → ErrataTab/ErratumExpansionDetail.js} +0 -0
- data/webpack/components/extensions/HostDetails/{HostErrata → Tabs/ErrataTab}/HostErrataActions.js +3 -3
- data/webpack/components/extensions/HostDetails/{HostErrata → Tabs/ErrataTab}/HostErrataConstants.js +11 -0
- data/webpack/components/extensions/HostDetails/{HostErrata → Tabs/ErrataTab}/HostErrataSelectors.js +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsActions.js +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsConstants.js +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsSelectors.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +241 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/__tests__/moduleStreamsTab.test.js +108 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/__tests__/modules.fixtures.json +34 -0
- data/webpack/components/extensions/HostDetails/Tabs/PackageInstallModal.js +279 -0
- data/webpack/components/extensions/HostDetails/Tabs/PackageInstallModal.scss +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab.js +357 -64
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab.scss +3 -7
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +103 -4
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +6 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +45 -42
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.scss +3 -3
- data/webpack/components/extensions/HostDetails/Tabs/{EnableTracerEmptyState.js → TracesTab/EnableTracerEmptyState.js} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{EnableTracerModal.js → TracesTab/EnableTracerModal.js} +3 -2
- data/webpack/components/extensions/HostDetails/Tabs/{HostTracesActions.js → TracesTab/HostTracesActions.js} +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/{HostTracesConstants.js → TracesTab/HostTracesConstants.js} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{HostTracesSelectors.js → TracesTab/HostTracesSelectors.js} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{TracesTab.js → TracesTab/TracesTab.js} +66 -61
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.scss +11 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +17 -18
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +385 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packages.fixtures.json +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +312 -11
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +26 -30
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/yumInstallablePackages.fixtures.json +72 -0
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +25 -5
- data/webpack/components/extensions/HostDetails/YumInstallablePackages/YumInstallablePackagesActions.js +18 -0
- data/webpack/components/extensions/HostDetails/YumInstallablePackages/YumInstallablePackagesConstants.js +3 -0
- data/webpack/components/extensions/HostDetails/YumInstallablePackages/YumInstallablePackagesSelectors.js +16 -0
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +19 -0
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +4 -0
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +1 -1
- data/webpack/components/extensions/about/SystemStatuses.js +1 -1
- data/webpack/components/extensions/about/SystemStatusesReducer.js +10 -10
- data/webpack/components/pf3Table/components/Table.js +4 -5
- data/webpack/components/pf3Table/components/Table.test.js +0 -3
- data/webpack/components/pf3Table/components/TableBody.js +2 -2
- data/webpack/components/pf3Table/components/__snapshots__/Table.test.js.snap +9 -8
- data/webpack/containers/Application/config.js +6 -1
- data/webpack/containers/Application/overrides.scss +56 -7
- data/webpack/global_index.js +4 -1
- data/webpack/global_test_setup.js +1 -1
- data/webpack/index.js +7 -0
- data/webpack/redux/OrganizationProducts/OrganizationProductsReducer.js +15 -15
- data/webpack/redux/reducers/RedHatRepositories/enabled.js +43 -43
- data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +43 -43
- data/webpack/redux/reducers/RedHatRepositories/sets.js +31 -31
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsReducer.js +26 -26
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsReducer.js +19 -19
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.test.js +0 -2
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionPage.test.js +0 -2
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsTable.test.js +0 -2
- data/webpack/scenes/Content/ContentConfig.js +55 -5
- data/webpack/scenes/Content/ContentPage.js +5 -5
- data/webpack/scenes/Content/Details/ContentDetails.js +23 -21
- data/webpack/scenes/Content/Details/ContentInfo.js +2 -2
- data/webpack/scenes/Content/Details/ContentRepositories.js +1 -1
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +4 -4
- data/webpack/scenes/Content/Table/ContentTable.js +2 -2
- data/webpack/scenes/Content/__tests__/contentTable.test.js +3 -3
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +5 -4
- data/webpack/scenes/ContentViews/ContentViewsPage.js +17 -13
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +3 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +2 -2
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +22 -11
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +31 -18
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +22 -28
- data/webpack/scenes/ContentViews/Details/ContentViewDetailReducer.js +8 -8
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +5 -5
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +32 -30
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +9 -4
- data/webpack/scenes/ContentViews/Details/DetailsContainer.js +14 -17
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +3 -0
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +8 -8
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +6 -6
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +16 -9
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +46 -46
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +17 -17
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +17 -17
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +17 -11
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +17 -17
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +2 -3
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +2 -9
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +3 -5
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +2 -10
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +2 -3
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +2 -3
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +1 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +24 -3
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +11 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +28 -28
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +18 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +3 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +3 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +31 -35
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.js +9 -8
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +5 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +39 -40
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +46 -34
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js +66 -49
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +5 -5
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +3 -3
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +5 -3
- data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +2 -2
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +5 -5
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +3 -3
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +1 -1
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +1 -1
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +18 -18
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +10 -10
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +2 -2
- data/webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js +8 -8
- data/webpack/scenes/Hosts/ChangeContentSource/actions.js +43 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +87 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +90 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +43 -0
- data/webpack/scenes/Hosts/ChangeContentSource/constants.js +3 -0
- data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +27 -0
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +126 -0
- data/webpack/scenes/Hosts/ChangeContentSource/selectors.js +42 -0
- data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +11 -0
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetailsReducer.js +18 -18
- data/webpack/scenes/ModuleStreams/Details/Profiles/__tests__/ModuleStreamDetailProfiles.test.js +0 -1
- data/webpack/scenes/ModuleStreams/Details/__tests__/ModuleStreamDetails.test.js +0 -2
- data/webpack/scenes/ModuleStreams/ModuleStreamsReducer.js +26 -26
- data/webpack/scenes/ModuleStreams/__tests__/ModuleStreamPage.test.js +0 -2
- data/webpack/scenes/ModuleStreams/__tests__/ModuleStreamsTable.test.js +0 -2
- data/webpack/scenes/Organizations/OrganizationActions.js +5 -1
- data/webpack/scenes/Organizations/OrganizationReducer.js +8 -8
- data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +31 -1
- data/webpack/scenes/RedHatRepositories/__tests__/RedHatRepositoriesPage.test.js +16 -0
- data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +11 -2
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +4 -4
- data/webpack/scenes/RedHatRepositories/components/RepositorySetRepositories.js +1 -1
- data/webpack/scenes/RedHatRepositories/helpers.js +5 -5
- data/webpack/scenes/RedHatRepositories/index.js +11 -3
- data/webpack/scenes/Settings/SettingsReducer.js +14 -14
- data/webpack/scenes/Settings/Tables/TableReducer.js +23 -23
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailInfo.js +2 -2
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailProductContent.js +15 -15
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailProducts.js +1 -1
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailReducer.js +34 -34
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +13 -13
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/AirGappedTypeForm.js +81 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationConstants.js +13 -0
- data/webpack/scenes/Subscriptions/Manifest/{CdnConfigurationForm.scss → CdnConfigurationTab/CdnConfigurationForm.scss} +0 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js +106 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/UpstreamServerTypeForm.js +259 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/AirGappedTypeForm.test.js +44 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +67 -0
- data/webpack/scenes/Subscriptions/Manifest/{__tests__/CdnConfigurationForm.test.js → CdnConfigurationTab/__tests__/UpstreamServerTypeForm.test.js} +46 -17
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/index.js +97 -0
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +11 -6
- data/webpack/scenes/Subscriptions/Manifest/ManifestHistoryReducer.js +16 -16
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +149 -149
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsReducer.js +41 -41
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/__tests__/UpstreamSubscriptionsPage.test.js +0 -1
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +0 -1
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +3 -2
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.test.js +4 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +9 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js +6 -6
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Table.js +12 -12
- data/webpack/scenes/Tasks/TaskActions.js +1 -1
- data/webpack/scenes/Tasks/__tests__/__snapshots__/TaskActions.test.js.snap +3 -2
- data/webpack/services/api/testHelpers.js +5 -3
- data/webpack/services/index.js +36 -36
- data/webpack/utils/helpers.js +11 -8
- metadata +98 -60
- data/app/services/katello/pulp/deb.rb +0 -55
- data/app/services/katello/pulp/distribution.rb +0 -7
- data/app/services/katello/pulp/docker_blob.rb +0 -7
- data/app/services/katello/pulp/docker_manifest.rb +0 -13
- data/app/services/katello/pulp/docker_manifest_list.rb +0 -14
- data/app/services/katello/pulp/docker_tag.rb +0 -14
- data/app/services/katello/pulp/erratum.rb +0 -129
- data/app/services/katello/pulp/file_unit.rb +0 -21
- data/app/services/katello/pulp/module_stream.rb +0 -39
- data/app/services/katello/pulp/package_category.rb +0 -7
- data/app/services/katello/pulp/package_group.rb +0 -20
- data/app/services/katello/pulp/pulp_content_unit.rb +0 -156
- data/app/services/katello/pulp/rpm.rb +0 -57
- data/app/services/katello/pulp/srpm.rb +0 -29
- data/app/services/katello/pulp/yum_metadata_file.rb +0 -30
- data/lib/monkeys/pulp3_13_checksumfix.rb +0 -17
- data/webpack/__mocks__/foremanReact/components/Pagination/PaginationHooks.js +0 -2
- data/webpack/__mocks__/foremanReact/components/Pagination/PaginationWrapper.js +0 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab.scss +0 -16
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab.scss +0 -12
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationForm.js +0 -185
data/locale/it/katello.po
CHANGED
@@ -1,26 +1,26 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
-
# This file is distributed under the same license as the
|
3
|
+
# This file is distributed under the same license as the katello package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
4
5
|
#
|
5
6
|
# Translators:
|
6
|
-
#
|
7
|
-
#
|
8
|
-
#
|
9
|
-
#
|
10
|
-
#
|
7
|
+
# Marco Calamaro <ottopodo@gmail.com>, 2020
|
8
|
+
# Andrea Perotti, 2021
|
9
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
|
10
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2021
|
11
|
+
#
|
11
12
|
msgid ""
|
12
13
|
msgstr ""
|
13
|
-
"Project-Id-Version:
|
14
|
+
"Project-Id-Version: katello 2.5.0\n"
|
14
15
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"PO-Revision-Date:
|
16
|
-
"Last-Translator:
|
17
|
-
"Language-Team:
|
18
|
-
"Language: it\n"
|
16
|
+
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
17
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
|
18
|
+
"Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
|
19
19
|
"MIME-Version: 1.0\n"
|
20
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
21
21
|
"Content-Transfer-Encoding: 8bit\n"
|
22
|
+
"Language: it\n"
|
22
23
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
23
|
-
"X-Generator: Zanata 3.6.0\n"
|
24
24
|
|
25
25
|
msgid ""
|
26
26
|
"\n"
|
@@ -48,10 +48,48 @@ msgstr ""
|
|
48
48
|
msgid " View task details "
|
49
49
|
msgstr ""
|
50
50
|
|
51
|
-
|
51
|
+
msgid " ago"
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
msgid " ago."
|
55
|
+
msgstr ""
|
56
|
+
|
57
|
+
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
msgid " content view is used in listed component content views. For more information, "
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
msgid " content view is used in listed composite content views."
|
64
|
+
msgstr ""
|
65
|
+
|
52
66
|
msgid " environment cannot be set to an environment already on its path"
|
53
67
|
msgstr "l'ambiente non può essere impostato su un ambiente già presente nel proprio percorso"
|
54
68
|
|
69
|
+
msgid " found."
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
76
|
+
msgstr ""
|
77
|
+
|
78
|
+
msgid "${pluralize(akResponse.length, 'activation key')} will be moved to content view ${selectedCVNameForAK} in "
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
msgid "${pluralize(hostResponse.length, 'host')} will be moved to content view ${selectedCVNameForHosts} in "
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
msgid "${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
msgid "${selectedContentType}"
|
88
|
+
msgstr ""
|
89
|
+
|
90
|
+
msgid "${selectedContentType} will appear here when created."
|
91
|
+
msgstr ""
|
92
|
+
|
55
93
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
56
94
|
msgstr ""
|
57
95
|
|
@@ -78,6 +116,9 @@ msgstr ""
|
|
78
116
|
msgid "%s is not a valid package name"
|
79
117
|
msgstr "%s non è un nome del pacchetto valido "
|
80
118
|
|
119
|
+
msgid "%s is required"
|
120
|
+
msgstr ""
|
121
|
+
|
81
122
|
msgid "%s is unreachable. %s"
|
82
123
|
msgstr ""
|
83
124
|
|
@@ -282,7 +323,6 @@ msgstr ""
|
|
282
323
|
msgid ", must be unique to major and version id version."
|
283
324
|
msgstr ""
|
284
325
|
|
285
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
286
326
|
msgid ": '%s' is a built-in environment"
|
287
327
|
msgstr ": '%s' è un ambiente interno"
|
288
328
|
|
@@ -323,7 +363,7 @@ msgid "A new version of "
|
|
323
363
|
msgstr ""
|
324
364
|
|
325
365
|
msgid "A post-promotion summary of hosts with installable errata"
|
326
|
-
msgstr ""
|
366
|
+
msgstr "Un sommario post-avanzamento di host con errata installabili"
|
327
367
|
|
328
368
|
msgid "A server operating in disconnected mode does not communicate with the Red Hat CDN."
|
329
369
|
msgstr ""
|
@@ -340,6 +380,9 @@ msgstr "Un sommario di errata disponibili e applicabili per gli host"
|
|
340
380
|
msgid "A summary of new errata after a repository is synchronized"
|
341
381
|
msgstr "Un sommario di nuovi errata dopo la sincronizzazione di un repository"
|
342
382
|
|
383
|
+
msgid "ANY"
|
384
|
+
msgstr ""
|
385
|
+
|
343
386
|
msgid "About page"
|
344
387
|
msgstr ""
|
345
388
|
|
@@ -350,10 +393,10 @@ msgid "Accept action timeout"
|
|
350
393
|
msgstr ""
|
351
394
|
|
352
395
|
msgid "Account Number"
|
353
|
-
msgstr ""
|
396
|
+
msgstr "Numero account"
|
354
397
|
|
355
398
|
msgid "Action"
|
356
|
-
msgstr ""
|
399
|
+
msgstr "Azione"
|
357
400
|
|
358
401
|
msgid "Action not allowed for the default smart proxy."
|
359
402
|
msgstr ""
|
@@ -367,6 +410,9 @@ msgstr ""
|
|
367
410
|
msgid "Action with sub plans"
|
368
411
|
msgstr ""
|
369
412
|
|
413
|
+
msgid "Actions"
|
414
|
+
msgstr ""
|
415
|
+
|
370
416
|
msgid "Activation Keys"
|
371
417
|
msgstr "Chiavi di attivazione"
|
372
418
|
|
@@ -379,6 +425,9 @@ msgstr ""
|
|
379
425
|
msgid "Activation key(s) for Subscription Manager."
|
380
426
|
msgstr ""
|
381
427
|
|
428
|
+
msgid "Activation keys"
|
429
|
+
msgstr ""
|
430
|
+
|
382
431
|
msgid "Activation keys and subscriptions can be managed"
|
383
432
|
msgstr "È possibile gestire le chiavi di attivazione e le sottoscrizioni."
|
384
433
|
|
@@ -389,12 +438,18 @@ msgid "Activation keys: "
|
|
389
438
|
msgstr ""
|
390
439
|
|
391
440
|
msgid "Active Subscriptions"
|
392
|
-
msgstr ""
|
441
|
+
msgstr "Sottoscrizioni attive"
|
393
442
|
|
394
443
|
msgid "Active only"
|
395
444
|
msgstr "Solo attivo"
|
396
445
|
|
397
446
|
msgid "Add"
|
447
|
+
msgstr "Aggiungi"
|
448
|
+
|
449
|
+
msgid "Add Bookmark"
|
450
|
+
msgstr ""
|
451
|
+
|
452
|
+
msgid "Add RPM rule"
|
398
453
|
msgstr ""
|
399
454
|
|
400
455
|
msgid "Add Subscriptions"
|
@@ -406,12 +461,24 @@ msgstr ""
|
|
406
461
|
msgid "Add component"
|
407
462
|
msgstr ""
|
408
463
|
|
464
|
+
msgid "Add component content views"
|
465
|
+
msgstr ""
|
466
|
+
|
409
467
|
msgid "Add components to the content view"
|
410
468
|
msgstr ""
|
411
469
|
|
470
|
+
msgid "Add content views"
|
471
|
+
msgstr ""
|
472
|
+
|
412
473
|
msgid "Add custom cron logic for sync plan"
|
413
474
|
msgstr ""
|
414
475
|
|
476
|
+
msgid "Add errata"
|
477
|
+
msgstr ""
|
478
|
+
|
479
|
+
msgid "Add filter rule"
|
480
|
+
msgstr ""
|
481
|
+
|
415
482
|
msgid "Add filters using the 'Add filter' button above."
|
416
483
|
msgstr ""
|
417
484
|
|
@@ -421,6 +488,9 @@ msgstr ""
|
|
421
488
|
msgid "Add lifecycle environments to the smart proxy"
|
422
489
|
msgstr ""
|
423
490
|
|
491
|
+
msgid "Add new bookmark"
|
492
|
+
msgstr ""
|
493
|
+
|
424
494
|
msgid "Add one or more host collections to one or more hosts"
|
425
495
|
msgstr ""
|
426
496
|
|
@@ -430,60 +500,90 @@ msgstr ""
|
|
430
500
|
msgid "Add products to sync plan"
|
431
501
|
msgstr "Aggiungi i prodotti alla programmazione per la sincronizzazione"
|
432
502
|
|
503
|
+
msgid "Add repositories"
|
504
|
+
msgstr ""
|
505
|
+
|
506
|
+
msgid "Add rule"
|
507
|
+
msgstr ""
|
508
|
+
|
433
509
|
msgid "Add subscriptions consumed by a manifest from Red Hat Subscription Management"
|
434
510
|
msgstr ""
|
435
511
|
|
436
512
|
msgid "Add subscriptions to one or more hosts"
|
437
513
|
msgstr ""
|
438
514
|
|
439
|
-
msgid "Add to this filter using the 'Add RPM' button."
|
515
|
+
msgid "Add to this filter using the 'Add RPM rule' button."
|
516
|
+
msgstr ""
|
517
|
+
|
518
|
+
msgid "Add to this filter using the 'Add filter rule' button."
|
440
519
|
msgstr ""
|
441
520
|
|
442
|
-
msgid "Add
|
521
|
+
msgid "Add traces by applying updates on this host."
|
443
522
|
msgstr ""
|
444
523
|
|
445
524
|
msgid "Added"
|
446
525
|
msgstr ""
|
447
526
|
|
527
|
+
msgid "Added %s"
|
528
|
+
msgstr ""
|
529
|
+
|
448
530
|
msgid "Added Content:"
|
449
531
|
msgstr "Contenuto aggiunto:"
|
450
532
|
|
451
533
|
msgid "Added component to content view"
|
452
534
|
msgstr ""
|
453
535
|
|
454
|
-
msgid "Adding content units"
|
455
|
-
msgstr ""
|
456
|
-
|
457
536
|
msgid "Additional content"
|
458
537
|
msgstr ""
|
459
538
|
|
460
539
|
msgid "Addons"
|
461
540
|
msgstr ""
|
462
541
|
|
542
|
+
msgid "Affected repositories"
|
543
|
+
msgstr ""
|
544
|
+
|
463
545
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
464
546
|
msgstr ""
|
465
547
|
|
466
548
|
msgid "Agent action"
|
467
549
|
msgstr ""
|
468
550
|
|
551
|
+
msgid "All"
|
552
|
+
msgstr ""
|
553
|
+
|
469
554
|
msgid "All Media"
|
470
555
|
msgstr ""
|
471
556
|
|
557
|
+
msgid "All Repositories"
|
558
|
+
msgstr ""
|
559
|
+
|
472
560
|
msgid "All available architectures for this repo are enabled."
|
473
561
|
msgstr ""
|
474
562
|
|
475
563
|
msgid "All errata applied"
|
476
564
|
msgstr ""
|
477
565
|
|
566
|
+
msgid "All versions"
|
567
|
+
msgstr ""
|
568
|
+
|
569
|
+
msgid "All versions will be removed from these environments"
|
570
|
+
msgstr ""
|
571
|
+
|
478
572
|
msgid "Allow Host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
479
573
|
msgstr ""
|
480
574
|
|
575
|
+
msgid "Allow Katello to update host installed packages, enabled repos, and module inventory directly instead of wrapped in Dynflow tasks (try turning off if Puma processes are using too much memory)"
|
576
|
+
msgstr ""
|
577
|
+
|
481
578
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
482
579
|
msgstr ""
|
483
580
|
|
484
581
|
msgid "Allow new Host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host."
|
485
582
|
msgstr ""
|
486
583
|
|
584
|
+
msgid "Also include the latest upgradable package version for each host package"
|
585
|
+
msgstr ""
|
586
|
+
|
487
587
|
msgid "Alter a hosts host collections"
|
488
588
|
msgstr ""
|
489
589
|
|
@@ -507,6 +607,11 @@ msgid ""
|
|
507
607
|
"%{error_message}"
|
508
608
|
msgstr ""
|
509
609
|
|
610
|
+
msgid ""
|
611
|
+
"An error occurred during upload \n"
|
612
|
+
"%{error_message}"
|
613
|
+
msgstr ""
|
614
|
+
|
510
615
|
msgid "Another component already includes content view with ID %s"
|
511
616
|
msgstr ""
|
512
617
|
|
@@ -519,19 +624,55 @@ msgstr ""
|
|
519
624
|
msgid "Ansible Collections"
|
520
625
|
msgstr ""
|
521
626
|
|
627
|
+
msgid "Ansible collection"
|
628
|
+
msgstr ""
|
629
|
+
|
630
|
+
msgid "Ansible collections"
|
631
|
+
msgstr ""
|
632
|
+
|
522
633
|
msgid "Applicability Batch Size"
|
523
634
|
msgstr ""
|
524
635
|
|
525
|
-
msgid "
|
636
|
+
msgid "Applicable Content Hosts"
|
526
637
|
msgstr ""
|
527
638
|
|
528
|
-
msgid "
|
639
|
+
msgid "Application"
|
640
|
+
msgstr ""
|
641
|
+
|
642
|
+
msgid "Apply"
|
643
|
+
msgstr ""
|
644
|
+
|
645
|
+
msgid "Apply Erratum"
|
646
|
+
msgstr ""
|
647
|
+
|
648
|
+
msgid "Apply to all repositories in the CV"
|
649
|
+
msgstr ""
|
650
|
+
|
651
|
+
msgid "Apply to subset of repositories"
|
529
652
|
msgstr ""
|
530
653
|
|
654
|
+
msgid "Apply via Katello agent"
|
655
|
+
msgstr ""
|
656
|
+
|
657
|
+
msgid "Apply via customized remote execution"
|
658
|
+
msgstr ""
|
659
|
+
|
660
|
+
msgid "Apply via remote execution"
|
661
|
+
msgstr ""
|
662
|
+
|
663
|
+
msgid "Arch"
|
664
|
+
msgstr "Arch"
|
665
|
+
|
666
|
+
msgid "Architecture"
|
667
|
+
msgstr "Architettura"
|
668
|
+
|
531
669
|
msgid "Architecture of content in the repository"
|
532
670
|
msgstr ""
|
533
671
|
|
534
672
|
msgid "Architecture(s)"
|
673
|
+
msgstr "Architetture"
|
674
|
+
|
675
|
+
msgid "Are you sure you want to delete %(entitlementCount)s subscription(s)? This action will remove the subscription(s) and refresh your manifest. All systems using these subscription(s) will lose them and also may lose access to updates and Errata."
|
535
676
|
msgstr ""
|
536
677
|
|
537
678
|
msgid "Are you sure you want to delete the manifest?"
|
@@ -597,7 +738,7 @@ msgid "Associated location IDs"
|
|
597
738
|
msgstr ""
|
598
739
|
|
599
740
|
msgid "Associations"
|
600
|
-
msgstr ""
|
741
|
+
msgstr "Associazioni"
|
601
742
|
|
602
743
|
msgid "At least one Content View Version must be specified"
|
603
744
|
msgstr "Specificare almeno una versione della visualizzazione dei contenuti"
|
@@ -611,7 +752,9 @@ msgstr "Almeno una chiave di attivazione deve avere un ambiente ciclo di vita e
|
|
611
752
|
msgid "At least one organization must exist."
|
612
753
|
msgstr "Deve essere presente almeno una organizzazione."
|
613
754
|
|
614
|
-
|
755
|
+
msgid "Atleast one errata type needs to be selected."
|
756
|
+
msgstr ""
|
757
|
+
|
615
758
|
msgid "Attach a subscription"
|
616
759
|
msgstr "Aggiungi una sottoscrizione "
|
617
760
|
|
@@ -627,14 +770,8 @@ msgstr ""
|
|
627
770
|
msgid "Auth URL requires Auth token be set."
|
628
771
|
msgstr ""
|
629
772
|
|
630
|
-
msgid "Auth token requires Auth URL be set."
|
631
|
-
msgstr ""
|
632
|
-
|
633
773
|
msgid "Author"
|
634
|
-
msgstr ""
|
635
|
-
|
636
|
-
msgid "Auto Publish"
|
637
|
-
msgstr ""
|
774
|
+
msgstr "Autore"
|
638
775
|
|
639
776
|
msgid "Auto Publish - Triggered by '%s'"
|
640
777
|
msgstr ""
|
@@ -642,6 +779,9 @@ msgstr ""
|
|
642
779
|
msgid "Auto attach subscriptions"
|
643
780
|
msgstr "esegui l'auto attach delle sottoscrizioni"
|
644
781
|
|
782
|
+
msgid "Auto publish"
|
783
|
+
msgstr ""
|
784
|
+
|
645
785
|
msgid "Autopublish"
|
646
786
|
msgstr ""
|
647
787
|
|
@@ -657,12 +797,12 @@ msgstr ""
|
|
657
797
|
msgid "Available Repositories"
|
658
798
|
msgstr ""
|
659
799
|
|
800
|
+
msgid "Available Schema Versions"
|
801
|
+
msgstr ""
|
802
|
+
|
660
803
|
msgid "Backend System Status"
|
661
804
|
msgstr "Stato sistema di backend"
|
662
805
|
|
663
|
-
msgid "Background"
|
664
|
-
msgstr ""
|
665
|
-
|
666
806
|
msgid "Base URL to perform repo discovery on"
|
667
807
|
msgstr ""
|
668
808
|
|
@@ -675,7 +815,9 @@ msgstr "Architettura di base da abilitare"
|
|
675
815
|
msgid "Batch size to sync repositories in."
|
676
816
|
msgstr ""
|
677
817
|
|
678
|
-
|
818
|
+
msgid "Below are the repository sets currently available for this content host. For Red Hat subscriptions, additional content can be made available through the {rhrp}. Changing default settings requires subscription-manager 1.10 or newer to be installed on this host."
|
819
|
+
msgstr ""
|
820
|
+
|
679
821
|
msgid "Beta"
|
680
822
|
msgstr "Beta"
|
681
823
|
|
@@ -685,23 +827,39 @@ msgstr ""
|
|
685
827
|
msgid "Bind entitlements to an allocation"
|
686
828
|
msgstr ""
|
687
829
|
|
688
|
-
msgid "
|
830
|
+
msgid "Bookmark this search"
|
689
831
|
msgstr ""
|
690
832
|
|
691
|
-
msgid "
|
833
|
+
msgid "Bookmarks marked as public are available to all users"
|
834
|
+
msgstr ""
|
835
|
+
|
836
|
+
msgid "Both major and minor parameters have to be used to override a CV version"
|
692
837
|
msgstr ""
|
693
838
|
|
694
|
-
# translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource
|
695
839
|
msgid "Bug Fix"
|
696
840
|
msgstr "Bug Fix"
|
697
841
|
|
698
|
-
# translation auto-copied from project Satellite6 Bastion Katello, version 6.1, document bastion_katello
|
699
842
|
msgid "Bugfix"
|
700
843
|
msgstr "Bugfix"
|
701
844
|
|
845
|
+
msgid "Bugs"
|
846
|
+
msgstr ""
|
847
|
+
|
848
|
+
msgid "Bulk generate applicability for host %s"
|
849
|
+
msgstr ""
|
850
|
+
|
702
851
|
msgid "Bulk generate applicability for hosts"
|
703
852
|
msgstr ""
|
704
853
|
|
854
|
+
msgid "CDN Configuration"
|
855
|
+
msgstr ""
|
856
|
+
|
857
|
+
msgid "CDN Configuration for Red Hat Content"
|
858
|
+
msgstr ""
|
859
|
+
|
860
|
+
msgid "CDN Configuration updated."
|
861
|
+
msgstr ""
|
862
|
+
|
705
863
|
msgid "CDN SSL version"
|
706
864
|
msgstr ""
|
707
865
|
|
@@ -717,6 +875,9 @@ msgstr "Errore caricamento CDN: accesso non autorizzato a %s"
|
|
717
875
|
msgid "CVE identifier"
|
718
876
|
msgstr "Indetificatore CVE"
|
719
877
|
|
878
|
+
msgid "CVEs"
|
879
|
+
msgstr ""
|
880
|
+
|
720
881
|
msgid "Calculate Applicable Errata based on a particular Content View"
|
721
882
|
msgstr "Calcola l'Errata applicabile in base ad una visualizzazione del contenuto particolare"
|
722
883
|
|
@@ -738,11 +899,9 @@ msgstr "È possibile rimuovere il contenuto solo da una Visualizzazione del cont
|
|
738
899
|
msgid "Can only upload to Yum Repositories."
|
739
900
|
msgstr ""
|
740
901
|
|
741
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
742
902
|
msgid "Can't update the '%s' environment"
|
743
903
|
msgstr "Impossibile aggiornare l'ambiente '%s'"
|
744
904
|
|
745
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman
|
746
905
|
msgid "Cancel"
|
747
906
|
msgstr "Cancella"
|
748
907
|
|
@@ -752,13 +911,8 @@ msgstr "Cancella scoperta repositorio"
|
|
752
911
|
msgid "Cancel running smart proxy synchronization"
|
753
912
|
msgstr ""
|
754
913
|
|
755
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
756
|
-
#, fuzzy
|
757
914
|
msgid "Canceled"
|
758
|
-
msgstr "
|
759
|
-
|
760
|
-
msgid "Cancelled"
|
761
|
-
msgstr ""
|
915
|
+
msgstr "Annullato"
|
762
916
|
|
763
917
|
msgid "Cancelled."
|
764
918
|
msgstr "Annullata."
|
@@ -811,7 +965,6 @@ msgstr "Impossibile rimuovere '%{view}' a causa di %{dependent} associato: %{nam
|
|
811
965
|
msgid "Cannot delete Red Hat product: %{product}"
|
812
966
|
msgstr ""
|
813
967
|
|
814
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
815
968
|
msgid "Cannot delete from %s, view does not exist there."
|
816
969
|
msgstr "Impossibile eseguire la rimozione da %s, la visuale non esiste."
|
817
970
|
|
@@ -866,7 +1019,6 @@ msgstr ""
|
|
866
1019
|
msgid "Cannot publish default content view"
|
867
1020
|
msgstr "Impossibile pubblicare la visualizzazione del contenuto predefinita"
|
868
1021
|
|
869
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
870
1022
|
msgid "Cannot register a system to the '%s' environment"
|
871
1023
|
msgstr "Impossibile registrare un sistema con l'ambiente '%s'"
|
872
1024
|
|
@@ -897,6 +1049,9 @@ msgstr "Impossibile specificare il contenuto per le visualizzazioni composite"
|
|
897
1049
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
898
1050
|
msgstr ""
|
899
1051
|
|
1052
|
+
msgid "Cannot upload Ansible collections."
|
1053
|
+
msgstr ""
|
1054
|
+
|
900
1055
|
msgid "Cannot upload Container Image content."
|
901
1056
|
msgstr ""
|
902
1057
|
|
@@ -913,7 +1068,7 @@ msgid "Check services before actions"
|
|
913
1068
|
msgstr ""
|
914
1069
|
|
915
1070
|
msgid "Checksum"
|
916
|
-
msgstr ""
|
1071
|
+
msgstr "Checksum"
|
917
1072
|
|
918
1073
|
msgid "Checksum of file to upload"
|
919
1074
|
msgstr ""
|
@@ -930,14 +1085,12 @@ msgstr ""
|
|
930
1085
|
msgid "Click here to go to the tasks page for the task."
|
931
1086
|
msgstr ""
|
932
1087
|
|
933
|
-
# translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource
|
934
1088
|
msgid "Clone"
|
935
1089
|
msgstr "Clona"
|
936
1090
|
|
937
1091
|
msgid "Close"
|
938
|
-
msgstr ""
|
1092
|
+
msgstr "Chiudi"
|
939
1093
|
|
940
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
941
1094
|
msgid "Collapse All"
|
942
1095
|
msgstr "Comprimi tutto"
|
943
1096
|
|
@@ -950,7 +1103,6 @@ msgstr ""
|
|
950
1103
|
msgid "Comma-separated list of tags to sync for Container Image repository"
|
951
1104
|
msgstr ""
|
952
1105
|
|
953
|
-
# translation auto-copied from project [RHEL] [STORAGE] DM Multipath, version 6.4, document MPIO_Overview
|
954
1106
|
msgid "Component"
|
955
1107
|
msgstr "Componente"
|
956
1108
|
|
@@ -960,6 +1112,15 @@ msgstr ""
|
|
960
1112
|
msgid "Component content view"
|
961
1113
|
msgstr ""
|
962
1114
|
|
1115
|
+
msgid "Component content views"
|
1116
|
+
msgstr ""
|
1117
|
+
|
1118
|
+
msgid "Components"
|
1119
|
+
msgstr ""
|
1120
|
+
|
1121
|
+
msgid "Composite"
|
1122
|
+
msgstr ""
|
1123
|
+
|
963
1124
|
msgid "Composite Content View"
|
964
1125
|
msgstr ""
|
965
1126
|
|
@@ -969,9 +1130,12 @@ msgstr ""
|
|
969
1130
|
msgid "Composite content view"
|
970
1131
|
msgstr "Visualizzazione contenuto composita"
|
971
1132
|
|
972
|
-
msgid "
|
1133
|
+
msgid "Composite content views"
|
973
1134
|
msgstr ""
|
974
1135
|
|
1136
|
+
msgid "Compute resource IDs"
|
1137
|
+
msgstr "ID risorsa di calcolo"
|
1138
|
+
|
975
1139
|
msgid "Confirm Deletion"
|
976
1140
|
msgstr ""
|
977
1141
|
|
@@ -984,9 +1148,15 @@ msgstr ""
|
|
984
1148
|
msgid "Consisting of multiple component content views"
|
985
1149
|
msgstr ""
|
986
1150
|
|
987
|
-
msgid "
|
1151
|
+
msgid "Consists of content views"
|
1152
|
+
msgstr ""
|
1153
|
+
|
1154
|
+
msgid "Consists of repositories"
|
988
1155
|
msgstr ""
|
989
1156
|
|
1157
|
+
msgid "Consumed"
|
1158
|
+
msgstr "Consumati"
|
1159
|
+
|
990
1160
|
msgid "Container Image Manifest"
|
991
1161
|
msgstr ""
|
992
1162
|
|
@@ -1008,22 +1178,39 @@ msgstr ""
|
|
1008
1178
|
msgid "Container image tag"
|
1009
1179
|
msgstr ""
|
1010
1180
|
|
1011
|
-
|
1181
|
+
msgid "Container image tags"
|
1182
|
+
msgstr ""
|
1183
|
+
|
1184
|
+
msgid "Container manifest lists"
|
1185
|
+
msgstr ""
|
1186
|
+
|
1187
|
+
msgid "Container manifests"
|
1188
|
+
msgstr ""
|
1189
|
+
|
1012
1190
|
msgid "Content"
|
1013
1191
|
msgstr "Contenuto"
|
1014
1192
|
|
1193
|
+
msgid "Content Count"
|
1194
|
+
msgstr ""
|
1195
|
+
|
1015
1196
|
msgid "Content Credential ID"
|
1016
1197
|
msgstr ""
|
1017
1198
|
|
1018
1199
|
msgid "Content Credential numeric identifier"
|
1019
1200
|
msgstr ""
|
1020
1201
|
|
1202
|
+
msgid "Content Credential to use for SSL CA"
|
1203
|
+
msgstr ""
|
1204
|
+
|
1021
1205
|
msgid "Content Credentials"
|
1022
1206
|
msgstr ""
|
1023
1207
|
|
1024
|
-
msgid "Content
|
1208
|
+
msgid "Content Details"
|
1025
1209
|
msgstr ""
|
1026
1210
|
|
1211
|
+
msgid "Content Download URL"
|
1212
|
+
msgstr "URL per scaricare il contenuto"
|
1213
|
+
|
1027
1214
|
msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
|
1028
1215
|
msgstr ""
|
1029
1216
|
|
@@ -1039,24 +1226,18 @@ msgstr ""
|
|
1039
1226
|
msgid "Content Types"
|
1040
1227
|
msgstr ""
|
1041
1228
|
|
1042
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
1043
1229
|
msgid "Content View"
|
1044
1230
|
msgstr "Visualizzazione contenuto"
|
1045
1231
|
|
1046
1232
|
msgid "Content View %{view}: Versions: %{versions}"
|
1047
1233
|
msgstr ""
|
1048
1234
|
|
1049
|
-
msgid "Content View Dependency Solving Algorithm"
|
1050
|
-
msgstr ""
|
1051
|
-
|
1052
1235
|
msgid "Content View Dependency Solving Default"
|
1053
1236
|
msgstr ""
|
1054
1237
|
|
1055
1238
|
msgid "Content View Details"
|
1056
1239
|
msgstr ""
|
1057
1240
|
|
1058
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
1059
|
-
#, fuzzy
|
1060
1241
|
msgid "Content View Filter id"
|
1061
1242
|
msgstr "Panoramica visualizzazioni contenuto"
|
1062
1243
|
|
@@ -1066,6 +1247,12 @@ msgstr ""
|
|
1066
1247
|
msgid "Content View ID"
|
1067
1248
|
msgstr ""
|
1068
1249
|
|
1250
|
+
msgid "Content View Label"
|
1251
|
+
msgstr ""
|
1252
|
+
|
1253
|
+
msgid "Content View Name"
|
1254
|
+
msgstr ""
|
1255
|
+
|
1069
1256
|
msgid "Content View Version %{id} not in all specified environments %{envs}"
|
1070
1257
|
msgstr "La versione della visualizzazione del contenuto %{id} non è presente in tutti gli ambienti %{envs} specificati"
|
1071
1258
|
|
@@ -1087,7 +1274,6 @@ msgstr ""
|
|
1087
1274
|
msgid "Content View id"
|
1088
1275
|
msgstr ""
|
1089
1276
|
|
1090
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
1091
1277
|
msgid "Content Views"
|
1092
1278
|
msgstr "Visualizzazioni contenuto"
|
1093
1279
|
|
@@ -1097,9 +1283,15 @@ msgstr "File di contenuto da caricare. Può essere un file singolo o un insieme
|
|
1097
1283
|
msgid "Content host must be unregistered before performing this action."
|
1098
1284
|
msgstr ""
|
1099
1285
|
|
1286
|
+
msgid "Content hosts"
|
1287
|
+
msgstr ""
|
1288
|
+
|
1100
1289
|
msgid "Content imported from %{path} into content view '%{name}' by %{user}"
|
1101
1290
|
msgstr ""
|
1102
1291
|
|
1292
|
+
msgid "Content not uploaded to pulp"
|
1293
|
+
msgstr ""
|
1294
|
+
|
1103
1295
|
msgid "Content source ID"
|
1104
1296
|
msgstr ""
|
1105
1297
|
|
@@ -1121,7 +1313,6 @@ msgstr ""
|
|
1121
1313
|
msgid "Content view ${name} created"
|
1122
1314
|
msgstr ""
|
1123
1315
|
|
1124
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
1125
1316
|
msgid "Content view '%{view}' is not in environment '%{env}'"
|
1126
1317
|
msgstr "La visualizzazione del contenuto '%{view}' non è presente nell'ambiente '%{env}'"
|
1127
1318
|
|
@@ -1131,6 +1322,9 @@ msgstr "La visualizzazione del contenuto '%{view}' non è presente nell'ambiente
|
|
1131
1322
|
msgid "Content view ID"
|
1132
1323
|
msgstr ""
|
1133
1324
|
|
1325
|
+
msgid "Content view details"
|
1326
|
+
msgstr ""
|
1327
|
+
|
1134
1328
|
msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
|
1135
1329
|
msgstr ""
|
1136
1330
|
|
@@ -1140,6 +1334,9 @@ msgstr "Indentificatore visualizzazione del contenuto"
|
|
1140
1334
|
msgid "Content view label"
|
1141
1335
|
msgstr "Etichetta visualizzazione del contenuto"
|
1142
1336
|
|
1337
|
+
msgid "Content view name"
|
1338
|
+
msgstr ""
|
1339
|
+
|
1143
1340
|
msgid "Content view not provided in the metadata"
|
1144
1341
|
msgstr ""
|
1145
1342
|
|
@@ -1155,6 +1352,9 @@ msgstr "Indentificatore versione della visualizzazione del contenuto"
|
|
1155
1352
|
msgid "Content view version import history identifier"
|
1156
1353
|
msgstr ""
|
1157
1354
|
|
1355
|
+
msgid "Content views"
|
1356
|
+
msgstr ""
|
1357
|
+
|
1158
1358
|
msgid "Content_Host_Status"
|
1159
1359
|
msgstr ""
|
1160
1360
|
|
@@ -1165,10 +1365,10 @@ msgid "Context"
|
|
1165
1365
|
msgstr ""
|
1166
1366
|
|
1167
1367
|
msgid "Contract"
|
1168
|
-
msgstr ""
|
1368
|
+
msgstr "Contratto"
|
1169
1369
|
|
1170
1370
|
msgid "Contract Number"
|
1171
|
-
msgstr ""
|
1371
|
+
msgstr "Numero contratto"
|
1172
1372
|
|
1173
1373
|
msgid "Copy"
|
1174
1374
|
msgstr ""
|
@@ -1176,6 +1376,9 @@ msgstr ""
|
|
1176
1376
|
msgid "Copy an activation key"
|
1177
1377
|
msgstr "Copia una chiave di attivazione"
|
1178
1378
|
|
1379
|
+
msgid "Copy content view"
|
1380
|
+
msgstr ""
|
1381
|
+
|
1179
1382
|
msgid "Copy version units to library"
|
1180
1383
|
msgstr ""
|
1181
1384
|
|
@@ -1218,6 +1421,9 @@ msgstr ""
|
|
1218
1421
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1219
1422
|
msgstr ""
|
1220
1423
|
|
1424
|
+
msgid "Couldn't establish a connection to %s"
|
1425
|
+
msgstr ""
|
1426
|
+
|
1221
1427
|
msgid "Couldn't find %{content_type} with id '%{id}'"
|
1222
1428
|
msgstr ""
|
1223
1429
|
|
@@ -1248,7 +1454,6 @@ msgstr "Impossibile trovare l'id '%s' per la visualizzazione del contenuto dell'
|
|
1248
1454
|
msgid "Couldn't find content host environment '%s'"
|
1249
1455
|
msgstr "Impossibile trovare l'ambiente dell'host di contenuto '%s'"
|
1250
1456
|
|
1251
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
1252
1457
|
msgid "Couldn't find content view '%s'"
|
1253
1458
|
msgstr "Impossibile trovare la visualizzazione del contenuto '%s'"
|
1254
1459
|
|
@@ -1258,6 +1463,9 @@ msgstr "Impossibile trovare la versione della visualizzazione del contenuto '%s'
|
|
1258
1463
|
msgid "Couldn't find content view versions '%s'"
|
1259
1464
|
msgstr "Impossibile trovare le versioni della visualizzazione del contenuto '%s'"
|
1260
1465
|
|
1466
|
+
msgid "Couldn't find content view with id: '%s'"
|
1467
|
+
msgstr ""
|
1468
|
+
|
1261
1469
|
msgid "Couldn't find environment '%s'"
|
1262
1470
|
msgstr "Impossibile trovare l'ambiente '%s'"
|
1263
1471
|
|
@@ -1291,7 +1499,6 @@ msgstr "Impossibile trovare il soggetto della sincronizzazione"
|
|
1291
1499
|
msgid "Count"
|
1292
1500
|
msgstr ""
|
1293
1501
|
|
1294
|
-
# translation auto-copied from project NetworkManager, version 0.9.9.0, document NetworkManager, author fvalen
|
1295
1502
|
msgid "Create"
|
1296
1503
|
msgstr "Crea"
|
1297
1504
|
|
@@ -1352,7 +1559,7 @@ msgstr ""
|
|
1352
1559
|
msgid "Create organization"
|
1353
1560
|
msgstr "Crea organizzazione"
|
1354
1561
|
|
1355
|
-
msgid "
|
1562
|
+
msgid "Critical"
|
1356
1563
|
msgstr ""
|
1357
1564
|
|
1358
1565
|
msgid "Cron expression is not valid!"
|
@@ -1380,7 +1587,7 @@ msgid "Database connection"
|
|
1380
1587
|
msgstr ""
|
1381
1588
|
|
1382
1589
|
msgid "Date"
|
1383
|
-
msgstr ""
|
1590
|
+
msgstr "Data"
|
1384
1591
|
|
1385
1592
|
msgid "Date format is incorrect."
|
1386
1593
|
msgstr "Il formato della data non è corretto."
|
@@ -1397,7 +1604,12 @@ msgstr ""
|
|
1397
1604
|
msgid "Deb Packages"
|
1398
1605
|
msgstr ""
|
1399
1606
|
|
1400
|
-
|
1607
|
+
msgid "Deb package identifiers to filter content by"
|
1608
|
+
msgstr ""
|
1609
|
+
|
1610
|
+
msgid "Deb packages"
|
1611
|
+
msgstr ""
|
1612
|
+
|
1401
1613
|
msgid "Debug Certificate"
|
1402
1614
|
msgstr "Certificato di debug"
|
1403
1615
|
|
@@ -1440,13 +1652,13 @@ msgstr "SLA del sistema predefinito"
|
|
1440
1652
|
msgid "Default content view versions cannot be promoted"
|
1441
1653
|
msgstr "Impossibile avanzare le versioni della visualizzazione del contenuto predefinita."
|
1442
1654
|
|
1443
|
-
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate',
|
1655
|
+
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
1444
1656
|
msgstr ""
|
1445
1657
|
|
1446
|
-
msgid "Default download policy for custom repositories (either 'immediate'
|
1658
|
+
msgid "Default download policy for custom repositories (either 'immediate' or 'on_demand')"
|
1447
1659
|
msgstr ""
|
1448
1660
|
|
1449
|
-
msgid "Default download policy for enabled Red Hat repositories (either 'immediate'
|
1661
|
+
msgid "Default download policy for enabled Red Hat repositories (either 'immediate' or 'on_demand')"
|
1450
1662
|
msgstr ""
|
1451
1663
|
|
1452
1664
|
msgid "Default finish template for new Operating Systems created from synced content"
|
@@ -1500,7 +1712,6 @@ msgstr ""
|
|
1500
1712
|
msgid "Default user data for new Operating Systems created from synced content"
|
1501
1713
|
msgstr ""
|
1502
1714
|
|
1503
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
1504
1715
|
msgid "Delete"
|
1505
1716
|
msgstr "Cancella"
|
1506
1717
|
|
@@ -1513,7 +1724,6 @@ msgstr ""
|
|
1513
1724
|
msgid "Delete Lifecycle Environment"
|
1514
1725
|
msgstr "Cancella ambiente ciclo di vita"
|
1515
1726
|
|
1516
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
1517
1727
|
msgid "Delete Manifest"
|
1518
1728
|
msgstr "Cancella il manifesto"
|
1519
1729
|
|
@@ -1526,6 +1736,9 @@ msgstr "Cancella prodotto"
|
|
1526
1736
|
msgid "Delete Upstream Subscription"
|
1527
1737
|
msgstr ""
|
1528
1738
|
|
1739
|
+
msgid "Delete Version"
|
1740
|
+
msgstr ""
|
1741
|
+
|
1529
1742
|
msgid "Delete a content view"
|
1530
1743
|
msgstr "Cancella una visualizzazione del contenuto"
|
1531
1744
|
|
@@ -1547,23 +1760,35 @@ msgstr "Cancella organizzazione"
|
|
1547
1760
|
msgid "Delete an upload request"
|
1548
1761
|
msgstr "Cancella richiesta di ricarica"
|
1549
1762
|
|
1763
|
+
msgid "Delete content view"
|
1764
|
+
msgstr ""
|
1765
|
+
|
1550
1766
|
msgid "Delete manifest from Red Hat provider"
|
1551
1767
|
msgstr "Cancella manifesto dal provider Red Hat"
|
1552
1768
|
|
1553
1769
|
msgid "Delete multiple filters from a content view"
|
1554
1770
|
msgstr ""
|
1555
1771
|
|
1772
|
+
msgid "Delete version"
|
1773
|
+
msgstr ""
|
1774
|
+
|
1556
1775
|
msgid "Deleted consumer '%s'"
|
1557
1776
|
msgstr "Utenza '%s' rimossa"
|
1558
1777
|
|
1778
|
+
msgid "Deleted from "
|
1779
|
+
msgstr ""
|
1780
|
+
|
1559
1781
|
msgid "Deleted from %{environment}"
|
1560
1782
|
msgstr "Rimosso da %{environment}"
|
1561
1783
|
|
1784
|
+
msgid "Deleting content view : "
|
1785
|
+
msgstr ""
|
1786
|
+
|
1562
1787
|
msgid "Deleting manifest in '%{subject}' failed."
|
1563
1788
|
msgstr ""
|
1564
1789
|
|
1565
1790
|
msgid "Description"
|
1566
|
-
msgstr ""
|
1791
|
+
msgstr "Descrizione"
|
1567
1792
|
|
1568
1793
|
msgid "Description for the content view"
|
1569
1794
|
msgstr "Descrizione visualizzazione del contenuto"
|
@@ -1637,7 +1862,6 @@ msgstr ""
|
|
1637
1862
|
msgid "Directory containing the exported Content View Version"
|
1638
1863
|
msgstr ""
|
1639
1864
|
|
1640
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author fvalen
|
1641
1865
|
msgid "Disable"
|
1642
1866
|
msgstr "Disabilita"
|
1643
1867
|
|
@@ -1653,6 +1877,9 @@ msgstr ""
|
|
1653
1877
|
msgid "Disable simple content access for a manifest"
|
1654
1878
|
msgstr ""
|
1655
1879
|
|
1880
|
+
msgid "Disabled"
|
1881
|
+
msgstr ""
|
1882
|
+
|
1656
1883
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
1657
1884
|
msgstr ""
|
1658
1885
|
|
@@ -1660,7 +1887,7 @@ msgid "Disconnected mode"
|
|
1660
1887
|
msgstr ""
|
1661
1888
|
|
1662
1889
|
msgid "Discover"
|
1663
|
-
msgstr ""
|
1890
|
+
msgstr "Trova"
|
1664
1891
|
|
1665
1892
|
msgid "Discover Repositories"
|
1666
1893
|
msgstr "Trova repositori"
|
@@ -1674,29 +1901,39 @@ msgstr ""
|
|
1674
1901
|
msgid "Do not wait for the update action to finish. Default: true"
|
1675
1902
|
msgstr ""
|
1676
1903
|
|
1677
|
-
msgid "
|
1904
|
+
msgid "Docker Tags"
|
1678
1905
|
msgstr ""
|
1679
1906
|
|
1907
|
+
msgid "Domain IDs"
|
1908
|
+
msgstr "ID del dominio"
|
1909
|
+
|
1680
1910
|
msgid "Download Policy of the capsule, must be one of %s"
|
1681
1911
|
msgstr ""
|
1682
1912
|
|
1683
1913
|
msgid "Download a debug certificate"
|
1684
1914
|
msgstr "Scarica un certificato di debug"
|
1685
1915
|
|
1686
|
-
msgid "Duplicate
|
1916
|
+
msgid "Duplicate artifact detected"
|
1687
1917
|
msgstr ""
|
1688
1918
|
|
1689
|
-
# translation auto-copied from project totem, version 3.8.2, document totem
|
1690
1919
|
msgid "Duration"
|
1691
1920
|
msgstr "Durata"
|
1692
1921
|
|
1693
1922
|
msgid "ERRATA ADVISORY"
|
1694
1923
|
msgstr ""
|
1695
1924
|
|
1696
|
-
# translation auto-copied from project nm-applet, version 0.8.1, document nm-applet
|
1697
1925
|
msgid "Edit"
|
1698
1926
|
msgstr "Modifica"
|
1699
1927
|
|
1928
|
+
msgid "Edit RPM rule"
|
1929
|
+
msgstr ""
|
1930
|
+
|
1931
|
+
msgid "Edit filter rule"
|
1932
|
+
msgstr ""
|
1933
|
+
|
1934
|
+
msgid "Edit rule"
|
1935
|
+
msgstr ""
|
1936
|
+
|
1700
1937
|
msgid "Editing Entitlements"
|
1701
1938
|
msgstr ""
|
1702
1939
|
|
@@ -1718,13 +1955,18 @@ msgstr ""
|
|
1718
1955
|
msgid "Either set the latest content view or the content view version. Cannot set both"
|
1719
1956
|
msgstr ""
|
1720
1957
|
|
1721
|
-
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery, author fvalen
|
1722
1958
|
msgid "Enable"
|
1723
1959
|
msgstr "Abilita"
|
1724
1960
|
|
1725
1961
|
msgid "Enable Simple Content Access"
|
1726
1962
|
msgstr ""
|
1727
1963
|
|
1964
|
+
msgid "Enable Tracer"
|
1965
|
+
msgstr ""
|
1966
|
+
|
1967
|
+
msgid "Enable Traces"
|
1968
|
+
msgstr ""
|
1969
|
+
|
1728
1970
|
msgid "Enable a repository from the set"
|
1729
1971
|
msgstr "Abilita un repositorio dall'insieme"
|
1730
1972
|
|
@@ -1735,24 +1977,29 @@ msgid "Enable/Disable auto publish of composite view"
|
|
1735
1977
|
msgstr ""
|
1736
1978
|
|
1737
1979
|
msgid "Enabled"
|
1738
|
-
msgstr ""
|
1980
|
+
msgstr "Abilitato"
|
1739
1981
|
|
1740
1982
|
msgid "Enabled Repositories"
|
1741
|
-
msgstr ""
|
1983
|
+
msgstr "Repositori abilitati"
|
1742
1984
|
|
1743
1985
|
msgid "Enabling Simple Content Access failed for '%{subject}'."
|
1744
1986
|
msgstr ""
|
1745
1987
|
|
1746
|
-
msgid "
|
1988
|
+
msgid "Enabling will install the katello-host-tools-tracer package on the host."
|
1747
1989
|
msgstr ""
|
1748
1990
|
|
1991
|
+
msgid "End Date"
|
1992
|
+
msgstr "Data di fine"
|
1993
|
+
|
1749
1994
|
msgid "Ends"
|
1750
|
-
msgstr ""
|
1995
|
+
msgstr "Termina"
|
1751
1996
|
|
1752
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1753
1997
|
msgid "Enhancement"
|
1754
1998
|
msgstr "Miglioramenti"
|
1755
1999
|
|
2000
|
+
msgid "Enter a name"
|
2001
|
+
msgstr ""
|
2002
|
+
|
1756
2003
|
msgid "Entitlements"
|
1757
2004
|
msgstr ""
|
1758
2005
|
|
@@ -1760,7 +2007,7 @@ msgid "Environment"
|
|
1760
2007
|
msgstr "Ambiente"
|
1761
2008
|
|
1762
2009
|
msgid "Environment IDs"
|
1763
|
-
msgstr ""
|
2010
|
+
msgstr "ID ambiente"
|
1764
2011
|
|
1765
2012
|
msgid "Environment cannot be in its own promotion path"
|
1766
2013
|
msgstr "L'ambiente non può trovarsi sul proprio percorso di avanzamento"
|
@@ -1769,12 +2016,17 @@ msgid "Environment identifier"
|
|
1769
2016
|
msgstr ""
|
1770
2017
|
|
1771
2018
|
msgid "Environments"
|
2019
|
+
msgstr "Ambienti"
|
2020
|
+
|
2021
|
+
msgid "Equal to"
|
1772
2022
|
msgstr ""
|
1773
2023
|
|
1774
2024
|
msgid "Errata"
|
1775
2025
|
msgstr "Errata"
|
1776
2026
|
|
1777
|
-
|
2027
|
+
msgid "Errata - by date range"
|
2028
|
+
msgstr ""
|
2029
|
+
|
1778
2030
|
msgid "Errata ID"
|
1779
2031
|
msgstr "ID errata"
|
1780
2032
|
|
@@ -1796,7 +2048,9 @@ msgstr ""
|
|
1796
2048
|
msgid "Errata to explicitly exclude in the action. All other applicable errata will be included in the action, unless an included parameter is passed as well."
|
1797
2049
|
msgstr ""
|
1798
2050
|
|
1799
|
-
|
2051
|
+
msgid "Errata type"
|
2052
|
+
msgstr ""
|
2053
|
+
|
1800
2054
|
msgid "Erratum"
|
1801
2055
|
msgstr "Erratum"
|
1802
2056
|
|
@@ -1812,7 +2066,6 @@ msgstr "installazione erratum fallita"
|
|
1812
2066
|
msgid "Erratum Install Timed Out"
|
1813
2067
|
msgstr "installazione erratum scaduta"
|
1814
2068
|
|
1815
|
-
# translation auto-copied from project passwd, version 0.79, document passwd
|
1816
2069
|
msgid "Error"
|
1817
2070
|
msgstr "Errore"
|
1818
2071
|
|
@@ -1832,15 +2085,29 @@ msgid "Exceeds available quantity"
|
|
1832
2085
|
msgstr ""
|
1833
2086
|
|
1834
2087
|
msgid "Exclude"
|
2088
|
+
msgstr "Escludi"
|
2089
|
+
|
2090
|
+
msgid "Exclude all Module Streams with no errata."
|
2091
|
+
msgstr ""
|
2092
|
+
|
2093
|
+
msgid "Exclude all RPMs with no errata."
|
2094
|
+
msgstr ""
|
2095
|
+
|
2096
|
+
msgid "Exclude filter"
|
1835
2097
|
msgstr ""
|
1836
2098
|
|
1837
2099
|
msgid "Excluded"
|
1838
2100
|
msgstr ""
|
1839
2101
|
|
2102
|
+
msgid "Excluded errata"
|
2103
|
+
msgstr ""
|
2104
|
+
|
2105
|
+
msgid "Excludes"
|
2106
|
+
msgstr ""
|
2107
|
+
|
1840
2108
|
msgid "Exit"
|
1841
2109
|
msgstr ""
|
1842
2110
|
|
1843
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
1844
2111
|
msgid "Expand All"
|
1845
2112
|
msgstr "Espandi tutti"
|
1846
2113
|
|
@@ -1848,7 +2115,7 @@ msgid "Expire soon days"
|
|
1848
2115
|
msgstr ""
|
1849
2116
|
|
1850
2117
|
msgid "Export"
|
1851
|
-
msgstr ""
|
2118
|
+
msgstr "Esporta"
|
1852
2119
|
|
1853
2120
|
msgid "Export CSV"
|
1854
2121
|
msgstr ""
|
@@ -1865,6 +2132,9 @@ msgstr ""
|
|
1865
2132
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
1866
2133
|
msgstr ""
|
1867
2134
|
|
2135
|
+
msgid "Exported content view"
|
2136
|
+
msgstr ""
|
2137
|
+
|
1868
2138
|
msgid "Exported version"
|
1869
2139
|
msgstr ""
|
1870
2140
|
|
@@ -1874,9 +2144,6 @@ msgstr "Eventi aggiornati con successo."
|
|
1874
2144
|
msgid "Failed"
|
1875
2145
|
msgstr "Fallita"
|
1876
2146
|
|
1877
|
-
msgid "Failed indexing errata, maximum retries encountered"
|
1878
|
-
msgstr ""
|
1879
|
-
|
1880
2147
|
msgid "Failed to delete %{host}: %{errors}"
|
1881
2148
|
msgstr ""
|
1882
2149
|
|
@@ -1918,6 +2185,9 @@ msgstr ""
|
|
1918
2185
|
msgid "File contents"
|
1919
2186
|
msgstr ""
|
1920
2187
|
|
2188
|
+
msgid "Filename"
|
2189
|
+
msgstr ""
|
2190
|
+
|
1921
2191
|
msgid "Files"
|
1922
2192
|
msgstr ""
|
1923
2193
|
|
@@ -1931,6 +2201,12 @@ msgid "Filter composite versions whose publish was triggered by the specified co
|
|
1931
2201
|
msgstr ""
|
1932
2202
|
|
1933
2203
|
msgid "Filter created"
|
2204
|
+
msgstr "Filtro creato"
|
2205
|
+
|
2206
|
+
msgid "Filter deleted"
|
2207
|
+
msgstr ""
|
2208
|
+
|
2209
|
+
msgid "Filter edited"
|
1934
2210
|
msgstr ""
|
1935
2211
|
|
1936
2212
|
msgid "Filter only composite content views"
|
@@ -1957,7 +2233,19 @@ msgstr "Filtra i prodotti per sottoscrizione"
|
|
1957
2233
|
msgid "Filter products by sync plan id"
|
1958
2234
|
msgstr ""
|
1959
2235
|
|
1960
|
-
msgid "Filter
|
2236
|
+
msgid "Filter rule added"
|
2237
|
+
msgstr ""
|
2238
|
+
|
2239
|
+
msgid "Filter rule edited"
|
2240
|
+
msgstr ""
|
2241
|
+
|
2242
|
+
msgid "Filter rule removed"
|
2243
|
+
msgstr ""
|
2244
|
+
|
2245
|
+
msgid "Filter rules added"
|
2246
|
+
msgstr ""
|
2247
|
+
|
2248
|
+
msgid "Filter rules deleted"
|
1961
2249
|
msgstr ""
|
1962
2250
|
|
1963
2251
|
msgid "Filter versions by environment"
|
@@ -1973,9 +2261,12 @@ msgid "Filtered index content"
|
|
1973
2261
|
msgstr ""
|
1974
2262
|
|
1975
2263
|
msgid "Filters"
|
2264
|
+
msgstr "Filtri"
|
2265
|
+
|
2266
|
+
msgid "Filters deleted"
|
1976
2267
|
msgstr ""
|
1977
2268
|
|
1978
|
-
msgid "
|
2269
|
+
msgid "Finish"
|
1979
2270
|
msgstr ""
|
1980
2271
|
|
1981
2272
|
msgid "Finish action timeout"
|
@@ -1998,6 +2289,18 @@ msgstr ""
|
|
1998
2289
|
msgid "Force a sync and validate the checksums of all content. Only used with yum repositories."
|
1999
2290
|
msgstr ""
|
2000
2291
|
|
2292
|
+
msgid "Force delete the repository by removing it from all content view versions"
|
2293
|
+
msgstr ""
|
2294
|
+
|
2295
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
|
2296
|
+
msgstr ""
|
2297
|
+
|
2298
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
|
2299
|
+
msgstr ""
|
2300
|
+
|
2301
|
+
msgid "Force promotion"
|
2302
|
+
msgstr ""
|
2303
|
+
|
2001
2304
|
msgid "Force regenerate applicability."
|
2002
2305
|
msgstr ""
|
2003
2306
|
|
@@ -2013,13 +2316,15 @@ msgstr ""
|
|
2013
2316
|
msgid "Forces a republish of the version's repositories' metadata"
|
2014
2317
|
msgstr ""
|
2015
2318
|
|
2319
|
+
msgid "Full description"
|
2320
|
+
msgstr ""
|
2321
|
+
|
2016
2322
|
msgid "Fully entitled"
|
2017
2323
|
msgstr ""
|
2018
2324
|
|
2019
2325
|
msgid "GPG Key URL"
|
2020
|
-
msgstr ""
|
2326
|
+
msgstr "URL chiave GPG"
|
2021
2327
|
|
2022
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
2023
2328
|
msgid "Generate and Download"
|
2024
2329
|
msgstr "Genera e scarica"
|
2025
2330
|
|
@@ -2032,7 +2337,7 @@ msgstr ""
|
|
2032
2337
|
msgid "Get all content available, not just that provided by subscriptions"
|
2033
2338
|
msgstr ""
|
2034
2339
|
|
2035
|
-
msgid "Get all content available, not just that provided by subscriptions.
|
2340
|
+
msgid "Get all content available, not just that provided by subscriptions."
|
2036
2341
|
msgstr ""
|
2037
2342
|
|
2038
2343
|
msgid "Get content and overrides for the host"
|
@@ -2056,14 +2361,26 @@ msgstr "Ottieni lo stato della sincronizzazione per un dato repositorio"
|
|
2056
2361
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2057
2362
|
msgstr ""
|
2058
2363
|
|
2364
|
+
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2365
|
+
msgstr ""
|
2366
|
+
|
2367
|
+
msgid "Given criteria doesn't match any activation keys. Try changing your rule."
|
2368
|
+
msgstr ""
|
2369
|
+
|
2370
|
+
msgid "Given criteria doesn't match any hosts. Try changing your rule."
|
2371
|
+
msgstr ""
|
2372
|
+
|
2059
2373
|
msgid "Go to task page"
|
2060
2374
|
msgstr ""
|
2061
2375
|
|
2376
|
+
msgid "Greater than"
|
2377
|
+
msgstr ""
|
2378
|
+
|
2062
2379
|
msgid "Group %{id} already created."
|
2063
2380
|
msgstr ""
|
2064
2381
|
|
2065
2382
|
msgid "Guests of"
|
2066
|
-
msgstr ""
|
2383
|
+
msgstr "Guest di"
|
2067
2384
|
|
2068
2385
|
msgid "HTTP Proxies"
|
2069
2386
|
msgstr ""
|
@@ -2074,9 +2391,15 @@ msgstr ""
|
|
2074
2391
|
msgid "Has to be > 0"
|
2075
2392
|
msgstr ""
|
2076
2393
|
|
2077
|
-
msgid "
|
2394
|
+
msgid "Helper"
|
2395
|
+
msgstr ""
|
2396
|
+
|
2397
|
+
msgid "Hide description"
|
2078
2398
|
msgstr ""
|
2079
2399
|
|
2400
|
+
msgid "History"
|
2401
|
+
msgstr "Cronologia"
|
2402
|
+
|
2080
2403
|
msgid "History will appear here when the content view is published or promoted."
|
2081
2404
|
msgstr ""
|
2082
2405
|
|
@@ -2144,7 +2467,7 @@ msgid "Host errata advisory"
|
|
2144
2467
|
msgstr ""
|
2145
2468
|
|
2146
2469
|
msgid "Host group IDs"
|
2147
|
-
msgstr ""
|
2470
|
+
msgstr "ID gruppo di host"
|
2148
2471
|
|
2149
2472
|
msgid "Host has not been registered with subscription-manager"
|
2150
2473
|
msgstr ""
|
@@ -2152,6 +2475,9 @@ msgstr ""
|
|
2152
2475
|
msgid "Host has not been registered with subscription-manager."
|
2153
2476
|
msgstr ""
|
2154
2477
|
|
2478
|
+
msgid "Host id to list applicable deb packages for"
|
2479
|
+
msgstr ""
|
2480
|
+
|
2155
2481
|
msgid "Host id to list applicable errata for"
|
2156
2482
|
msgstr ""
|
2157
2483
|
|
@@ -2170,6 +2496,9 @@ msgstr ""
|
|
2170
2496
|
msgid "Host with ID %s not found."
|
2171
2497
|
msgstr ""
|
2172
2498
|
|
2499
|
+
msgid "Hosts"
|
2500
|
+
msgstr ""
|
2501
|
+
|
2173
2502
|
msgid "Hosts with Installable Errata"
|
2174
2503
|
msgstr "Host con errata installabili"
|
2175
2504
|
|
@@ -2179,9 +2508,6 @@ msgstr ""
|
|
2179
2508
|
msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
|
2180
2509
|
msgstr ""
|
2181
2510
|
|
2182
|
-
msgid "How the logic of solving dependencies in a Content View is managed. Conservative will only add packages to solve the dependencies if the package needed doesn't exist. Greedy will pull in the latest package to solve a dependency even if it already does exist in the repository."
|
2183
|
-
msgstr ""
|
2184
|
-
|
2185
2511
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
2186
2512
|
msgstr "Come ordinare i risultati (es. ASC per ascendente)"
|
2187
2513
|
|
@@ -2263,10 +2589,10 @@ msgstr ""
|
|
2263
2589
|
msgid "Id of an erratum to find repositories that contain the erratum"
|
2264
2590
|
msgstr ""
|
2265
2591
|
|
2266
|
-
msgid "Id of
|
2592
|
+
msgid "Id of the content host"
|
2267
2593
|
msgstr ""
|
2268
2594
|
|
2269
|
-
msgid "Id of the content
|
2595
|
+
msgid "Id of the content view to limit the synchronization on"
|
2270
2596
|
msgstr ""
|
2271
2597
|
|
2272
2598
|
msgid "Id of the environment to limit the synchronization on"
|
@@ -2287,6 +2613,9 @@ msgstr ""
|
|
2287
2613
|
msgid "Id of the organization to limit environments on"
|
2288
2614
|
msgstr ""
|
2289
2615
|
|
2616
|
+
msgid "Id of the repository to limit the synchronization on"
|
2617
|
+
msgstr ""
|
2618
|
+
|
2290
2619
|
msgid "Id of the smart proxy"
|
2291
2620
|
msgstr ""
|
2292
2621
|
|
@@ -2323,16 +2652,16 @@ msgstr ""
|
|
2323
2652
|
msgid "If hosts fail to register because of duplicate DMI UUIDs add their comma-separated values here. Subsequent registrations will generate a unique DMI UUID for the affected hosts."
|
2324
2653
|
msgstr ""
|
2325
2654
|
|
2326
|
-
msgid "If
|
2655
|
+
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
2327
2656
|
msgstr ""
|
2328
2657
|
|
2329
|
-
msgid "If
|
2658
|
+
msgid "If this is enabled, a composite content view may not be published or promoted, unless the component content view versions that it includes exist in the target environment."
|
2330
2659
|
msgstr ""
|
2331
2660
|
|
2332
|
-
msgid "If
|
2661
|
+
msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
|
2333
2662
|
msgstr ""
|
2334
2663
|
|
2335
|
-
msgid "If
|
2664
|
+
msgid "If this is enabled, remote execution is used instead of katello-agent for remote actions"
|
2336
2665
|
msgstr ""
|
2337
2666
|
|
2338
2667
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -2369,7 +2698,7 @@ msgid "Immediate"
|
|
2369
2698
|
msgstr ""
|
2370
2699
|
|
2371
2700
|
msgid "Import"
|
2372
|
-
msgstr ""
|
2701
|
+
msgstr "Importa"
|
2373
2702
|
|
2374
2703
|
msgid "Import Content View Version"
|
2375
2704
|
msgstr ""
|
@@ -2383,11 +2712,8 @@ msgstr "Importa manifesto"
|
|
2383
2712
|
msgid "Import New Manifest"
|
2384
2713
|
msgstr ""
|
2385
2714
|
|
2386
|
-
msgid "Import Only"
|
2387
|
-
msgstr ""
|
2388
|
-
|
2389
2715
|
msgid "Import Puppet classes"
|
2390
|
-
msgstr ""
|
2716
|
+
msgstr "Importa classi Puppet"
|
2391
2717
|
|
2392
2718
|
msgid "Import Types"
|
2393
2719
|
msgstr ""
|
@@ -2413,6 +2739,9 @@ msgstr ""
|
|
2413
2739
|
msgid "Import facts"
|
2414
2740
|
msgstr "Importa gli eventi"
|
2415
2741
|
|
2742
|
+
msgid "Import only"
|
2743
|
+
msgstr ""
|
2744
|
+
|
2416
2745
|
msgid "Import uploads into a repository"
|
2417
2746
|
msgstr "Importa caricamento in un repositorio"
|
2418
2747
|
|
@@ -2422,10 +2751,12 @@ msgstr ""
|
|
2422
2751
|
msgid "Import-only content views can not be published directly"
|
2423
2752
|
msgstr ""
|
2424
2753
|
|
2754
|
+
msgid "Important"
|
2755
|
+
msgstr ""
|
2756
|
+
|
2425
2757
|
msgid "Importing manifest into '%{subject}' failed."
|
2426
2758
|
msgstr ""
|
2427
2759
|
|
2428
|
-
# translation auto-copied from project evolution, version 3.8.5, document evolution-3.8
|
2429
2760
|
msgid "In Progress"
|
2430
2761
|
msgstr "In corso"
|
2431
2762
|
|
@@ -2433,11 +2764,26 @@ msgid "In progress"
|
|
2433
2764
|
msgstr ""
|
2434
2765
|
|
2435
2766
|
msgid "Include"
|
2767
|
+
msgstr "Includi"
|
2768
|
+
|
2769
|
+
msgid "Include all Module Streams with no errata."
|
2770
|
+
msgstr ""
|
2771
|
+
|
2772
|
+
msgid "Include all RPMs with no errata."
|
2773
|
+
msgstr ""
|
2774
|
+
|
2775
|
+
msgid "Include filter"
|
2436
2776
|
msgstr ""
|
2437
2777
|
|
2438
2778
|
msgid "Included"
|
2439
2779
|
msgstr ""
|
2440
2780
|
|
2781
|
+
msgid "Included errata"
|
2782
|
+
msgstr ""
|
2783
|
+
|
2784
|
+
msgid "Includes"
|
2785
|
+
msgstr ""
|
2786
|
+
|
2441
2787
|
msgid "Includes associated content view filter ids in response"
|
2442
2788
|
msgstr ""
|
2443
2789
|
|
@@ -2456,6 +2802,9 @@ msgstr ""
|
|
2456
2802
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
2457
2803
|
msgstr ""
|
2458
2804
|
|
2805
|
+
msgid "Incremental update"
|
2806
|
+
msgstr ""
|
2807
|
+
|
2459
2808
|
msgid "Incremental update requires at least one content unit"
|
2460
2809
|
msgstr ""
|
2461
2810
|
|
@@ -2519,9 +2868,18 @@ msgstr ""
|
|
2519
2868
|
msgid "Install packages remotely using katello-agent. %s"
|
2520
2869
|
msgstr ""
|
2521
2870
|
|
2871
|
+
msgid "Installable"
|
2872
|
+
msgstr ""
|
2873
|
+
|
2874
|
+
msgid "Installable Errata"
|
2875
|
+
msgstr ""
|
2876
|
+
|
2522
2877
|
msgid "Installable errata from Content View"
|
2523
2878
|
msgstr ""
|
2524
2879
|
|
2880
|
+
msgid "Installable errata will appear here when available."
|
2881
|
+
msgstr ""
|
2882
|
+
|
2525
2883
|
msgid "Installation of errata requested: %{errata}"
|
2526
2884
|
msgstr ""
|
2527
2885
|
|
@@ -2531,10 +2889,12 @@ msgstr ""
|
|
2531
2889
|
msgid "Installation of package(s) requested: %{packages}"
|
2532
2890
|
msgstr ""
|
2533
2891
|
|
2534
|
-
# translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource
|
2535
2892
|
msgid "Installed Packages"
|
2536
2893
|
msgstr "Pacchetti installati"
|
2537
2894
|
|
2895
|
+
msgid "Installed Version"
|
2896
|
+
msgstr ""
|
2897
|
+
|
2538
2898
|
msgid "Installing Erratum..."
|
2539
2899
|
msgstr "installazione erratum in corso..."
|
2540
2900
|
|
@@ -2548,7 +2908,7 @@ msgid "Instance update"
|
|
2548
2908
|
msgstr ""
|
2549
2909
|
|
2550
2910
|
msgid "Instance-based"
|
2551
|
-
msgstr ""
|
2911
|
+
msgstr "Basato sull'istanza"
|
2552
2912
|
|
2553
2913
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
2554
2914
|
msgstr ""
|
@@ -2563,6 +2923,9 @@ msgid "Interval not set correctly"
|
|
2563
2923
|
msgstr ""
|
2564
2924
|
|
2565
2925
|
msgid "Invalid"
|
2926
|
+
msgstr "Non valido"
|
2927
|
+
|
2928
|
+
msgid "Invalid SSL CA certificate given for CDN"
|
2566
2929
|
msgstr ""
|
2567
2930
|
|
2568
2931
|
msgid "Invalid association of the content view id. Content View must match the content view version being saved"
|
@@ -2595,10 +2958,12 @@ msgstr ""
|
|
2595
2958
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
2596
2959
|
msgstr "La regola del filtro specificata non è valida, 'version' non può essere specificata insieme a 'min_version' o 'max_version'"
|
2597
2960
|
|
2961
|
+
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
2962
|
+
msgstr ""
|
2963
|
+
|
2598
2964
|
msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
|
2599
2965
|
msgstr "Parametri non validi inviati nella richiesta per questa operazione. Contattare un amministratore di sistema."
|
2600
2966
|
|
2601
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
2602
2967
|
msgid "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator."
|
2603
2968
|
msgstr "Inviati parametri non validi. Potrebbe esserci stato un errore di battitura dell'indirizzo. Se continui ad avere problemi contatta un Amministratore."
|
2604
2969
|
|
@@ -2617,6 +2982,9 @@ msgstr ""
|
|
2617
2982
|
msgid "Invalid value specified for ignorable content. Permissible values %s"
|
2618
2983
|
msgstr ""
|
2619
2984
|
|
2985
|
+
msgid "Issued"
|
2986
|
+
msgstr ""
|
2987
|
+
|
2620
2988
|
msgid "Katello ID of local pool to update"
|
2621
2989
|
msgstr ""
|
2622
2990
|
|
@@ -2638,6 +3006,9 @@ msgstr ""
|
|
2638
3006
|
msgid "Katello: Remove Package Group"
|
2639
3007
|
msgstr ""
|
2640
3008
|
|
3009
|
+
msgid "Katello: Resolve Traces"
|
3010
|
+
msgstr ""
|
3011
|
+
|
2641
3012
|
msgid "Katello: Service Restart"
|
2642
3013
|
msgstr ""
|
2643
3014
|
|
@@ -2663,7 +3034,7 @@ msgid "Kickstart repository was not set for host '%{host}'"
|
|
2663
3034
|
msgstr ""
|
2664
3035
|
|
2665
3036
|
msgid "Label"
|
2666
|
-
msgstr ""
|
3037
|
+
msgstr "Etichetta"
|
2667
3038
|
|
2668
3039
|
msgid "Label of the content"
|
2669
3040
|
msgstr "Etichetta del contenuto"
|
@@ -2686,6 +3057,15 @@ msgstr ""
|
|
2686
3057
|
msgid "Learn more about adding Subscription Manifests"
|
2687
3058
|
msgstr ""
|
2688
3059
|
|
3060
|
+
msgid "Leave blank if consuming Red Hat Content from the Default Content View or CDN "
|
3061
|
+
msgstr ""
|
3062
|
+
|
3063
|
+
msgid "Leave blank if consuming Red Hat Content from the Library lifecycle environment or CDN "
|
3064
|
+
msgstr ""
|
3065
|
+
|
3066
|
+
msgid "Less than"
|
3067
|
+
msgstr ""
|
3068
|
+
|
2689
3069
|
msgid "Library lifecycle environments may not be deleted."
|
2690
3070
|
msgstr "Gli ambienti ciclo di vita e libreria non possono essere rimossi."
|
2691
3071
|
|
@@ -2707,6 +3087,9 @@ msgstr ""
|
|
2707
3087
|
msgid "Lifecycle Environment ID"
|
2708
3088
|
msgstr ""
|
2709
3089
|
|
3090
|
+
msgid "Lifecycle Environment Label"
|
3091
|
+
msgstr ""
|
3092
|
+
|
2710
3093
|
msgid "Lifecycle Environments"
|
2711
3094
|
msgstr "Ambienti Ciclo di vita"
|
2712
3095
|
|
@@ -2731,13 +3114,22 @@ msgstr ""
|
|
2731
3114
|
msgid "Limit content to just that available in the activation key's content view version"
|
2732
3115
|
msgstr ""
|
2733
3116
|
|
2734
|
-
msgid "Limit content to just that available in the
|
3117
|
+
msgid "Limit content to just that available in the host's content view version"
|
2735
3118
|
msgstr ""
|
2736
3119
|
|
2737
|
-
msgid "Limit content to just that available in the host's content view version"
|
3120
|
+
msgid "Limit content to just that available in the host's or activation key's content view version and lifecycle environment."
|
3121
|
+
msgstr ""
|
3122
|
+
|
3123
|
+
msgid "Limit to environment"
|
2738
3124
|
msgstr ""
|
2739
3125
|
|
2740
3126
|
msgid "Limits"
|
3127
|
+
msgstr "Limiti"
|
3128
|
+
|
3129
|
+
msgid "List %s"
|
3130
|
+
msgstr ""
|
3131
|
+
|
3132
|
+
msgid "List :resource"
|
2741
3133
|
msgstr ""
|
2742
3134
|
|
2743
3135
|
msgid "List :resource_id"
|
@@ -2776,6 +3168,9 @@ msgstr "Elenca le versioni della visualizzazione del contenuto"
|
|
2776
3168
|
msgid "List content views"
|
2777
3169
|
msgstr "Elenca le visualizzazioni del contenuto"
|
2778
3170
|
|
3171
|
+
msgid "List deb packages"
|
3172
|
+
msgstr ""
|
3173
|
+
|
2779
3174
|
msgid "List deb packages installed on the host"
|
2780
3175
|
msgstr ""
|
2781
3176
|
|
@@ -2960,6 +3355,9 @@ msgid "List the lifecycle environments not attached to the smart proxy"
|
|
2960
3355
|
msgstr ""
|
2961
3356
|
|
2962
3357
|
msgid "Loading"
|
3358
|
+
msgstr "Caricamento in corso"
|
3359
|
+
|
3360
|
+
msgid "Loading versions"
|
2963
3361
|
msgstr ""
|
2964
3362
|
|
2965
3363
|
msgid "Make copy of a content view"
|
@@ -2972,13 +3370,13 @@ msgid "Make sure all the component content views are published before publishing
|
|
2972
3370
|
msgstr ""
|
2973
3371
|
|
2974
3372
|
msgid "Manage Manifest"
|
2975
|
-
msgstr ""
|
3373
|
+
msgstr "Gestisci il manifesto"
|
2976
3374
|
|
2977
3375
|
msgid "Manifest"
|
2978
3376
|
msgstr ""
|
2979
3377
|
|
2980
3378
|
msgid "Manifest History"
|
2981
|
-
msgstr ""
|
3379
|
+
msgstr "Cronologia del manifesto"
|
2982
3380
|
|
2983
3381
|
msgid "Manifest deleted"
|
2984
3382
|
msgstr ""
|
@@ -3010,6 +3408,9 @@ msgstr ""
|
|
3010
3408
|
msgid "Matched"
|
3011
3409
|
msgstr ""
|
3012
3410
|
|
3411
|
+
msgid "Matching content"
|
3412
|
+
msgstr ""
|
3413
|
+
|
3013
3414
|
msgid "Max %(maxQuantity)s"
|
3014
3415
|
msgstr ""
|
3015
3416
|
|
@@ -3022,6 +3423,9 @@ msgstr "Numero massimo di host di contenuto superato per gli insiemi di host: %s
|
|
3022
3423
|
msgid "Maximum number of hosts in the host collection"
|
3023
3424
|
msgstr ""
|
3024
3425
|
|
3426
|
+
msgid "Maximum version"
|
3427
|
+
msgstr ""
|
3428
|
+
|
3025
3429
|
msgid "May not add a type or date range rule to a filter that has existing rules."
|
3026
3430
|
msgstr "Impossibile aggiungere una regola sulle date o sulla tipologia, ad un filtro con regole esistenti."
|
3027
3431
|
|
@@ -3034,16 +3438,21 @@ msgstr ""
|
|
3034
3438
|
msgid "Medium IDs"
|
3035
3439
|
msgstr ""
|
3036
3440
|
|
3037
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
3038
3441
|
msgid "Message"
|
3039
3442
|
msgstr "Messaggio"
|
3040
3443
|
|
3041
3444
|
msgid "Messaging connection"
|
3042
3445
|
msgstr ""
|
3043
3446
|
|
3447
|
+
msgid "Metadata republishing must be forced because it is a dangerous operation."
|
3448
|
+
msgstr ""
|
3449
|
+
|
3044
3450
|
msgid "Metadata taken from the upstream export history for this Content View Version"
|
3045
3451
|
msgstr ""
|
3046
3452
|
|
3453
|
+
msgid "Minimum version"
|
3454
|
+
msgstr ""
|
3455
|
+
|
3047
3456
|
msgid "Mismatched"
|
3048
3457
|
msgstr ""
|
3049
3458
|
|
@@ -3053,6 +3462,12 @@ msgstr ""
|
|
3053
3462
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3054
3463
|
msgstr ""
|
3055
3464
|
|
3465
|
+
msgid "Moderate"
|
3466
|
+
msgstr ""
|
3467
|
+
|
3468
|
+
msgid "Modular"
|
3469
|
+
msgstr ""
|
3470
|
+
|
3056
3471
|
msgid "Module Stream"
|
3057
3472
|
msgstr ""
|
3058
3473
|
|
@@ -3065,17 +3480,20 @@ msgstr ""
|
|
3065
3480
|
msgid "Module stream"
|
3066
3481
|
msgstr ""
|
3067
3482
|
|
3068
|
-
msgid "
|
3483
|
+
msgid "Module streams"
|
3069
3484
|
msgstr ""
|
3070
3485
|
|
3486
|
+
msgid "Multi-entitlement"
|
3487
|
+
msgstr "Entitlement-multipli"
|
3488
|
+
|
3071
3489
|
msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
|
3072
3490
|
msgstr ""
|
3073
3491
|
|
3074
3492
|
msgid "N/A"
|
3075
|
-
msgstr ""
|
3493
|
+
msgstr "N/A"
|
3076
3494
|
|
3077
3495
|
msgid "NA"
|
3078
|
-
msgstr ""
|
3496
|
+
msgstr "NA"
|
3079
3497
|
|
3080
3498
|
msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
|
3081
3499
|
msgstr ""
|
@@ -3154,7 +3572,7 @@ msgid "Newly published"
|
|
3154
3572
|
msgstr ""
|
3155
3573
|
|
3156
3574
|
msgid "No"
|
3157
|
-
msgstr ""
|
3575
|
+
msgstr "No"
|
3158
3576
|
|
3159
3577
|
msgid "No Activation Keys selected"
|
3160
3578
|
msgstr ""
|
@@ -3162,7 +3580,6 @@ msgstr ""
|
|
3162
3580
|
msgid "No Activation keys to select"
|
3163
3581
|
msgstr ""
|
3164
3582
|
|
3165
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
3166
3583
|
msgid "No Content View"
|
3167
3584
|
msgstr "Nessuna visualizzazione del contenuto"
|
3168
3585
|
|
@@ -3178,7 +3595,6 @@ msgstr ""
|
|
3178
3595
|
msgid "No Red Hat products currently exist, please import a manifest %(anchorBegin)s here %(anchorEnd)s to receive Red Hat content. No repository sets available."
|
3179
3596
|
msgstr ""
|
3180
3597
|
|
3181
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
3182
3598
|
msgid "No Service Level Preference"
|
3183
3599
|
msgstr "Nessuna preferenza del livello del servizio"
|
3184
3600
|
|
@@ -3188,12 +3604,21 @@ msgstr ""
|
|
3188
3604
|
msgid "No Version of Content View %{component} already exists as a component of the composite Content View %{composite} version %{version}"
|
3189
3605
|
msgstr "Nessuna versione della visualizzazione del contenuto %{component} esiste già come componente della visualizzazione del contenuto composita %{composite} con versione %{version}"
|
3190
3606
|
|
3607
|
+
msgid "No applicable errata"
|
3608
|
+
msgstr ""
|
3609
|
+
|
3191
3610
|
msgid "No applicable errata for %s, skipping"
|
3192
3611
|
msgstr ""
|
3193
3612
|
|
3194
3613
|
msgid "No artifacts to show"
|
3195
3614
|
msgstr ""
|
3196
3615
|
|
3616
|
+
msgid "No content"
|
3617
|
+
msgstr ""
|
3618
|
+
|
3619
|
+
msgid "No content added."
|
3620
|
+
msgstr ""
|
3621
|
+
|
3197
3622
|
msgid "No content has been provided."
|
3198
3623
|
msgstr "Non è stato fornito alcun contenuto."
|
3199
3624
|
|
@@ -3203,6 +3628,9 @@ msgstr ""
|
|
3203
3628
|
msgid "No content view history events found."
|
3204
3629
|
msgstr "Non è stato trovato alcun evento per la cronologia della visualizzazione del contenuto."
|
3205
3630
|
|
3631
|
+
msgid "No content views available"
|
3632
|
+
msgstr ""
|
3633
|
+
|
3206
3634
|
msgid "No content views belong to ${label}"
|
3207
3635
|
msgstr ""
|
3208
3636
|
|
@@ -3221,7 +3649,10 @@ msgstr ""
|
|
3221
3649
|
msgid "No environments"
|
3222
3650
|
msgstr ""
|
3223
3651
|
|
3224
|
-
msgid "No errata
|
3652
|
+
msgid "No errata available for this content view."
|
3653
|
+
msgstr ""
|
3654
|
+
|
3655
|
+
msgid "No errata available to add to this filter."
|
3225
3656
|
msgstr ""
|
3226
3657
|
|
3227
3658
|
msgid "No errors"
|
@@ -3245,30 +3676,60 @@ msgstr ""
|
|
3245
3676
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
3246
3677
|
msgstr ""
|
3247
3678
|
|
3679
|
+
msgid "No items have been specified."
|
3680
|
+
msgstr ""
|
3681
|
+
|
3248
3682
|
msgid "No manifest file uploaded"
|
3249
3683
|
msgstr "Nessun file del manifesto caricato"
|
3250
3684
|
|
3251
3685
|
msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
|
3252
3686
|
msgstr ""
|
3253
3687
|
|
3688
|
+
msgid "No matching "
|
3689
|
+
msgstr ""
|
3690
|
+
|
3691
|
+
msgid "No matching ${selectedContentType} found"
|
3692
|
+
msgstr ""
|
3693
|
+
|
3694
|
+
msgid "No matching RPM found."
|
3695
|
+
msgstr ""
|
3696
|
+
|
3697
|
+
msgid "No matching activation keys found."
|
3698
|
+
msgstr ""
|
3699
|
+
|
3254
3700
|
msgid "No matching content views found"
|
3255
3701
|
msgstr ""
|
3256
3702
|
|
3703
|
+
msgid "No matching errata found"
|
3704
|
+
msgstr ""
|
3705
|
+
|
3706
|
+
msgid "No matching filter rules found."
|
3707
|
+
msgstr ""
|
3708
|
+
|
3257
3709
|
msgid "No matching filters found"
|
3258
3710
|
msgstr ""
|
3259
3711
|
|
3260
3712
|
msgid "No matching history record found"
|
3261
3713
|
msgstr ""
|
3262
3714
|
|
3263
|
-
msgid "No matching
|
3715
|
+
msgid "No matching hosts found."
|
3716
|
+
msgstr ""
|
3717
|
+
|
3718
|
+
msgid "No matching packages found"
|
3264
3719
|
msgstr ""
|
3265
3720
|
|
3266
3721
|
msgid "No matching repositories found"
|
3267
3722
|
msgstr ""
|
3268
3723
|
|
3724
|
+
msgid "No matching repository sets found"
|
3725
|
+
msgstr ""
|
3726
|
+
|
3269
3727
|
msgid "No matching rules found."
|
3270
3728
|
msgstr ""
|
3271
3729
|
|
3730
|
+
msgid "No matching traces found"
|
3731
|
+
msgstr ""
|
3732
|
+
|
3272
3733
|
msgid "No matching version found"
|
3273
3734
|
msgstr ""
|
3274
3735
|
|
@@ -3278,7 +3739,7 @@ msgstr "Nessun nuovo pacchetto installato"
|
|
3278
3739
|
msgid "No new packages."
|
3279
3740
|
msgstr "Nessun nuovo pacchetto."
|
3280
3741
|
|
3281
|
-
msgid "No
|
3742
|
+
msgid "No packages"
|
3282
3743
|
msgstr ""
|
3283
3744
|
|
3284
3745
|
msgid "No packages removed"
|
@@ -3308,6 +3769,12 @@ msgstr ""
|
|
3308
3769
|
msgid "No pulp workers running."
|
3309
3770
|
msgstr ""
|
3310
3771
|
|
3772
|
+
msgid "No pulpcore content apps are running at %s."
|
3773
|
+
msgstr ""
|
3774
|
+
|
3775
|
+
msgid "No pulpcore workers are running at %s."
|
3776
|
+
msgstr ""
|
3777
|
+
|
3311
3778
|
msgid "No recently synced products"
|
3312
3779
|
msgstr ""
|
3313
3780
|
|
@@ -3320,12 +3787,18 @@ msgstr ""
|
|
3320
3787
|
msgid "No repositories enabled."
|
3321
3788
|
msgstr ""
|
3322
3789
|
|
3790
|
+
msgid "No repositories selected."
|
3791
|
+
msgstr ""
|
3792
|
+
|
3323
3793
|
msgid "No repositories to show"
|
3324
3794
|
msgstr ""
|
3325
3795
|
|
3326
3796
|
msgid "No repository sets match your search criteria."
|
3327
3797
|
msgstr ""
|
3328
3798
|
|
3799
|
+
msgid "No repository sets to show."
|
3800
|
+
msgstr ""
|
3801
|
+
|
3329
3802
|
msgid "No rules have been added to this filter."
|
3330
3803
|
msgstr ""
|
3331
3804
|
|
@@ -3375,6 +3848,9 @@ msgid "Not running"
|
|
3375
3848
|
msgstr ""
|
3376
3849
|
|
3377
3850
|
msgid "Not yet published"
|
3851
|
+
msgstr "Non ancora pubblicato"
|
3852
|
+
|
3853
|
+
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
3378
3854
|
msgstr ""
|
3379
3855
|
|
3380
3856
|
msgid "Note: The number in parentheses reflects all applicable errata from the Library environment that are unavailable to the host. You will need to promote this content to the relevant content view in order to make it available."
|
@@ -3395,16 +3871,19 @@ msgstr ""
|
|
3395
3871
|
msgid "Number to Allocate"
|
3396
3872
|
msgstr ""
|
3397
3873
|
|
3398
|
-
msgid "OSTree"
|
3874
|
+
msgid "OSTree Branch"
|
3875
|
+
msgstr ""
|
3876
|
+
|
3877
|
+
msgid "OSTree Ref"
|
3399
3878
|
msgstr ""
|
3400
3879
|
|
3401
|
-
msgid "OSTree
|
3880
|
+
msgid "OSTree Refs"
|
3402
3881
|
msgstr ""
|
3403
3882
|
|
3404
|
-
msgid "OSTree
|
3883
|
+
msgid "OSTree ref"
|
3405
3884
|
msgstr ""
|
3406
3885
|
|
3407
|
-
msgid "OSTree
|
3886
|
+
msgid "OSTree refs"
|
3408
3887
|
msgstr ""
|
3409
3888
|
|
3410
3889
|
msgid "Object to show subscriptions available for, either 'host' or 'activation_key'"
|
@@ -3437,13 +3916,18 @@ msgstr "Uno o più pacchetti non hanno eseguito una sincronizzazione corretta."
|
|
3437
3916
|
msgid "One or more processes require restarting"
|
3438
3917
|
msgstr ""
|
3439
3918
|
|
3919
|
+
msgid "Only On Demand repositories may have space reclaimed."
|
3920
|
+
msgstr ""
|
3921
|
+
|
3922
|
+
msgid "Only On Demand smart proxies may have space reclaimed."
|
3923
|
+
msgstr ""
|
3924
|
+
|
3440
3925
|
msgid "Only one Red Hat provider permitted for an Organization"
|
3441
3926
|
msgstr "Per una organizzazione è permesso solo un provider di Red Hat"
|
3442
3927
|
|
3443
3928
|
msgid "Only returns id and quantity fields"
|
3444
3929
|
msgstr ""
|
3445
3930
|
|
3446
|
-
# translation auto-copied from project [RHEL] [SECURITY] Security Guide, version 6.4, document Tcp_Wrappers, author fvalen
|
3447
3931
|
msgid "Operators"
|
3448
3932
|
msgstr "Operatori"
|
3449
3933
|
|
@@ -3462,6 +3946,9 @@ msgstr ""
|
|
3462
3946
|
msgid "Organization Information not provided."
|
3463
3947
|
msgstr ""
|
3464
3948
|
|
3949
|
+
msgid "Organization Label"
|
3950
|
+
msgstr ""
|
3951
|
+
|
3465
3952
|
msgid "Organization cannot be blank."
|
3466
3953
|
msgstr "L'Organizzazione non può essere vuota."
|
3467
3954
|
|
@@ -3480,10 +3967,18 @@ msgstr ""
|
|
3480
3967
|
msgid "Organization required"
|
3481
3968
|
msgstr "Organizzazione necessaria"
|
3482
3969
|
|
3483
|
-
|
3970
|
+
msgid "Orphaned Content Protection Time"
|
3971
|
+
msgstr ""
|
3972
|
+
|
3484
3973
|
msgid "Other"
|
3485
3974
|
msgstr "Altro"
|
3486
3975
|
|
3976
|
+
msgid "Other Content Types"
|
3977
|
+
msgstr ""
|
3978
|
+
|
3979
|
+
msgid "Overridden"
|
3980
|
+
msgstr ""
|
3981
|
+
|
3487
3982
|
msgid "Override content for activation_key"
|
3488
3983
|
msgstr "Esegui l'override del contenuto per activation_key"
|
3489
3984
|
|
@@ -3502,14 +3997,18 @@ msgstr ""
|
|
3502
3997
|
msgid "Override to a boolean value or 'default'"
|
3503
3998
|
msgstr ""
|
3504
3999
|
|
4000
|
+
msgid "Override to disabled"
|
4001
|
+
msgstr ""
|
4002
|
+
|
4003
|
+
msgid "Override to enabled"
|
4004
|
+
msgstr ""
|
4005
|
+
|
3505
4006
|
msgid "Override value. Provide a boolean value if name is 'enabled'"
|
3506
4007
|
msgstr ""
|
3507
4008
|
|
3508
|
-
# translation auto-copied from project rhn-client-tools, version 6.5, document rhn-client-tools
|
3509
4009
|
msgid "Package"
|
3510
4010
|
msgstr "Pacchetto"
|
3511
4011
|
|
3512
|
-
# translation auto-copied from project Katello, version 0.1v, document app, author fvalen
|
3513
4012
|
msgid "Package Group"
|
3514
4013
|
msgstr "Gruppo di pacchetti"
|
3515
4014
|
|
@@ -3600,6 +4099,12 @@ msgstr "Rimozione pacchetto scaduta"
|
|
3600
4099
|
msgid "Package Remove scheduled by %s"
|
3601
4100
|
msgstr "Rimozione pacchetto programmato per il %s"
|
3602
4101
|
|
4102
|
+
msgid "Package Type"
|
4103
|
+
msgstr ""
|
4104
|
+
|
4105
|
+
msgid "Package Types"
|
4106
|
+
msgstr ""
|
4107
|
+
|
3603
4108
|
msgid "Package Update"
|
3604
4109
|
msgstr "Aggiornmento pacchetto"
|
3605
4110
|
|
@@ -3618,19 +4123,15 @@ msgstr "Aggiornamento pacchetto scaduto"
|
|
3618
4123
|
msgid "Package Update scheduled by %s"
|
3619
4124
|
msgstr "Aggiornamento pacchetto programmato per il %s"
|
3620
4125
|
|
3621
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
3622
4126
|
msgid "Package group update canceled"
|
3623
4127
|
msgstr "Aggiornamento gruppo di pacchetti cancellato"
|
3624
4128
|
|
3625
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
3626
4129
|
msgid "Package group update complete"
|
3627
4130
|
msgstr "Aggiornamento gruppo di pacchetti completato"
|
3628
4131
|
|
3629
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
3630
4132
|
msgid "Package group update failed"
|
3631
4133
|
msgstr "Aggiornamento gruppo di pacchetti fallito"
|
3632
4134
|
|
3633
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
3634
4135
|
msgid "Package group update timed out"
|
3635
4136
|
msgstr "Aggiornamento gruppo di pacchetti scaduto"
|
3636
4137
|
|
@@ -3646,12 +4147,21 @@ msgstr "Installazione pacchetto fallita: \"%{package}\""
|
|
3646
4147
|
msgid "Package installation: \"%{package}\" "
|
3647
4148
|
msgstr "Installazione pacchetto: \"%{package}\" "
|
3648
4149
|
|
4150
|
+
msgid "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg, bdist_dumb, bdist_egg, bdist_msi, bdist_rpm, bdist_wheel, bdist_wininst, sdist."
|
4151
|
+
msgstr ""
|
4152
|
+
|
3649
4153
|
msgid "Packages"
|
3650
4154
|
msgstr "Pacchetti"
|
3651
4155
|
|
4156
|
+
msgid "Packages management functionality on this page is incomplete"
|
4157
|
+
msgstr ""
|
4158
|
+
|
3652
4159
|
msgid "Packages must be provided"
|
3653
4160
|
msgstr "È necessario fornire i pacchetti"
|
3654
4161
|
|
4162
|
+
msgid "Packages will appear here when available."
|
4163
|
+
msgstr ""
|
4164
|
+
|
3655
4165
|
msgid "Page number, starting at 1"
|
3656
4166
|
msgstr "Numero pagina, iniziando da 1"
|
3657
4167
|
|
@@ -3662,6 +4172,15 @@ msgid "Partially entitled"
|
|
3662
4172
|
msgstr ""
|
3663
4173
|
|
3664
4174
|
msgid "Partition template IDs"
|
4175
|
+
msgstr "ID template di partizione"
|
4176
|
+
|
4177
|
+
msgid "Password"
|
4178
|
+
msgstr ""
|
4179
|
+
|
4180
|
+
msgid "Password for authentication"
|
4181
|
+
msgstr ""
|
4182
|
+
|
4183
|
+
msgid "Password of the upstream authentication token."
|
3665
4184
|
msgstr ""
|
3666
4185
|
|
3667
4186
|
msgid "Password of the upstream repository user used for authentication"
|
@@ -3670,17 +4189,18 @@ msgstr ""
|
|
3670
4189
|
msgid "Password to access URL"
|
3671
4190
|
msgstr ""
|
3672
4191
|
|
4192
|
+
msgid "Path"
|
4193
|
+
msgstr ""
|
4194
|
+
|
3673
4195
|
msgid "Path for ssl cert used for pulp server auth"
|
3674
4196
|
msgstr ""
|
3675
4197
|
|
3676
4198
|
msgid "Path for ssl key used for pulp server auth"
|
3677
4199
|
msgstr ""
|
3678
4200
|
|
3679
|
-
# translation auto-copied from project virt-manager, version 0.10.0, document virt-manager
|
3680
4201
|
msgid "Paused"
|
3681
4202
|
msgstr "In pausa"
|
3682
4203
|
|
3683
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
3684
4204
|
msgid "Pending"
|
3685
4205
|
msgstr "In attesa"
|
3686
4206
|
|
@@ -3705,7 +4225,6 @@ msgstr ""
|
|
3705
4225
|
msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
|
3706
4226
|
msgstr "Permesso negato. L'utente '%{user}' non presenta alcun permesso per accedere all'organizzazione '%{org}'. "
|
3707
4227
|
|
3708
|
-
# translation auto-copied from project subscription-manager, version 1.10.10, document keys
|
3709
4228
|
msgid "Physical"
|
3710
4229
|
msgstr "Fisico"
|
3711
4230
|
|
@@ -3743,6 +4262,12 @@ msgid "Please select an organization to view subscription totals."
|
|
3743
4262
|
msgstr ""
|
3744
4263
|
|
3745
4264
|
msgid "Please select one from the list below and you will be redirected."
|
4265
|
+
msgstr "Selezionarne uno dall'elenco di seguito riportato e verrai ridirezionato."
|
4266
|
+
|
4267
|
+
msgid "Please wait while the task starts.."
|
4268
|
+
msgstr ""
|
4269
|
+
|
4270
|
+
msgid "Policy to set for mirroring content. Must be one of %s."
|
3746
4271
|
msgstr ""
|
3747
4272
|
|
3748
4273
|
msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
|
@@ -3754,17 +4279,19 @@ msgstr "Processazione metadati"
|
|
3754
4279
|
msgid "Processing metadata."
|
3755
4280
|
msgstr "Processazione metadati."
|
3756
4281
|
|
3757
|
-
# translation auto-copied from project Customer Portal Translations, version Portal-Case-Management, document Template, author fvalen
|
3758
4282
|
msgid "Product"
|
3759
4283
|
msgstr "Prodotto"
|
3760
4284
|
|
3761
4285
|
msgid "Product Content"
|
3762
|
-
msgstr ""
|
4286
|
+
msgstr "Contenuto del prodotto"
|
3763
4287
|
|
3764
4288
|
msgid "Product Create"
|
3765
4289
|
msgstr ""
|
3766
4290
|
|
3767
4291
|
msgid "Product ID"
|
4292
|
+
msgstr "ID del prodotto"
|
4293
|
+
|
4294
|
+
msgid "Product Name"
|
3768
4295
|
msgstr ""
|
3769
4296
|
|
3770
4297
|
msgid "Product and Repositories"
|
@@ -3814,6 +4341,12 @@ msgstr "Avanza una versione della visualizzazione del contenuto"
|
|
3814
4341
|
msgid "Promote errata"
|
3815
4342
|
msgstr ""
|
3816
4343
|
|
4344
|
+
msgid "Promote version ${versionNameToPromote}"
|
4345
|
+
msgstr ""
|
4346
|
+
|
4347
|
+
msgid "Promoted to "
|
4348
|
+
msgstr ""
|
4349
|
+
|
3817
4350
|
msgid "Promoted to %{environment}"
|
3818
4351
|
msgstr "Avanzato a %{environment}"
|
3819
4352
|
|
@@ -3827,21 +4360,23 @@ msgid "Promotion to Environment"
|
|
3827
4360
|
msgstr ""
|
3828
4361
|
|
3829
4362
|
msgid "Provided Products"
|
3830
|
-
msgstr ""
|
4363
|
+
msgstr "Prodotti forniti"
|
3831
4364
|
|
3832
4365
|
msgid "Provided pool with id %s has no upstream entitlement"
|
3833
4366
|
msgstr ""
|
3834
4367
|
|
3835
4368
|
msgid "Provisioning template IDs"
|
3836
|
-
msgstr ""
|
4369
|
+
msgstr "ID template di provisioning"
|
3837
4370
|
|
3838
4371
|
msgid "Proxies"
|
3839
4372
|
msgstr ""
|
3840
4373
|
|
4374
|
+
msgid "Public"
|
4375
|
+
msgstr ""
|
4376
|
+
|
3841
4377
|
msgid "Public key block in DER encoding or certificate content"
|
3842
4378
|
msgstr ""
|
3843
4379
|
|
3844
|
-
# translation auto-copied from project shotwell-core, version 0.14.1, document shotwell-core
|
3845
4380
|
msgid "Publish"
|
3846
4381
|
msgstr "Pubblica"
|
3847
4382
|
|
@@ -3851,9 +4386,15 @@ msgstr ""
|
|
3851
4386
|
msgid "Publish a content view"
|
3852
4387
|
msgstr "Pubblica una visualizzazione del contenuto"
|
3853
4388
|
|
4389
|
+
msgid "Publish new version"
|
4390
|
+
msgstr ""
|
4391
|
+
|
3854
4392
|
msgid "Publish new version - "
|
3855
4393
|
msgstr ""
|
3856
4394
|
|
4395
|
+
msgid "Published date"
|
4396
|
+
msgstr ""
|
4397
|
+
|
3857
4398
|
msgid "Published new version"
|
3858
4399
|
msgstr "Nuova versione pubblicata"
|
3859
4400
|
|
@@ -3863,11 +4404,8 @@ msgstr ""
|
|
3863
4404
|
msgid "Publishing content view"
|
3864
4405
|
msgstr ""
|
3865
4406
|
|
3866
|
-
msgid "Pulling remote branches. Downloaded %s units."
|
3867
|
-
msgstr ""
|
3868
|
-
|
3869
4407
|
msgid "Pulp"
|
3870
|
-
msgstr ""
|
4408
|
+
msgstr "Pulp"
|
3871
4409
|
|
3872
4410
|
msgid "Pulp 3 export destination filepath"
|
3873
4411
|
msgstr ""
|
@@ -3926,12 +4464,27 @@ msgstr ""
|
|
3926
4464
|
msgid "Pulp task error"
|
3927
4465
|
msgstr "Errore attività di Pulp"
|
3928
4466
|
|
3929
|
-
msgid "
|
4467
|
+
msgid "Python Package"
|
3930
4468
|
msgstr ""
|
3931
4469
|
|
3932
|
-
msgid "
|
4470
|
+
msgid "Python Packages"
|
4471
|
+
msgstr ""
|
4472
|
+
|
4473
|
+
msgid "Python package"
|
4474
|
+
msgstr ""
|
4475
|
+
|
4476
|
+
msgid "Python packages"
|
4477
|
+
msgstr ""
|
4478
|
+
|
4479
|
+
msgid "Python packages to exclude from the upstream URL, names separated by newline. You may also specify versions, for example: django~=2.0."
|
4480
|
+
msgstr ""
|
4481
|
+
|
4482
|
+
msgid "Python packages to include from the upstream URL, names separated by newline. You may also specify versions, for example: django~=2.0. Leave empty to include every package."
|
3933
4483
|
msgstr ""
|
3934
4484
|
|
4485
|
+
msgid "Quantity"
|
4486
|
+
msgstr "Quantità"
|
4487
|
+
|
3935
4488
|
msgid "Quantity must not be above ${pool.available}"
|
3936
4489
|
msgstr ""
|
3937
4490
|
|
@@ -3959,34 +4512,63 @@ msgstr ""
|
|
3959
4512
|
msgid "RPM"
|
3960
4513
|
msgstr ""
|
3961
4514
|
|
4515
|
+
msgid "RPM Package Groups"
|
4516
|
+
msgstr ""
|
4517
|
+
|
4518
|
+
msgid "RPM Packages"
|
4519
|
+
msgstr ""
|
4520
|
+
|
3962
4521
|
msgid "RPM name"
|
3963
4522
|
msgstr ""
|
3964
4523
|
|
3965
|
-
# translation auto-copied from project RHN Satellite Installation Guide, version 5.6, document Importing_and_Synchronizing
|
3966
4524
|
msgid "RPMs"
|
3967
4525
|
msgstr "RPM"
|
3968
4526
|
|
4527
|
+
msgid "Range"
|
4528
|
+
msgstr ""
|
4529
|
+
|
3969
4530
|
msgid "Realm IDs"
|
4531
|
+
msgstr "ID realm"
|
4532
|
+
|
4533
|
+
msgid "Reassign affected activation keys"
|
4534
|
+
msgstr ""
|
4535
|
+
|
4536
|
+
msgid "Reassign affected hosts"
|
3970
4537
|
msgstr ""
|
3971
4538
|
|
3972
4539
|
msgid "Reboot required"
|
3973
4540
|
msgstr ""
|
3974
4541
|
|
4542
|
+
msgid "Recalculate"
|
4543
|
+
msgstr ""
|
4544
|
+
|
3975
4545
|
msgid "Recently Expired Subscriptions"
|
3976
4546
|
msgstr ""
|
3977
4547
|
|
4548
|
+
msgid "Reclaim Space"
|
4549
|
+
msgstr ""
|
4550
|
+
|
4551
|
+
msgid "Reclaim space from On Demand repositories"
|
4552
|
+
msgstr ""
|
4553
|
+
|
4554
|
+
msgid "Reclaim space from all On Demand repositories on a smart proxy"
|
4555
|
+
msgstr ""
|
4556
|
+
|
4557
|
+
msgid "Reclaim space from an On Demand repository"
|
4558
|
+
msgstr ""
|
4559
|
+
|
3978
4560
|
msgid "Recommended Repositories"
|
3979
4561
|
msgstr ""
|
3980
4562
|
|
3981
4563
|
msgid "Red Hat CDN URL"
|
3982
4564
|
msgstr "Red Hat CDN URL"
|
3983
4565
|
|
3984
|
-
msgid "Red Hat Provider Details"
|
3985
|
-
msgstr ""
|
3986
|
-
|
3987
4566
|
msgid "Red Hat Repositories"
|
3988
4567
|
msgstr "Repositori di Red Hat"
|
3989
4568
|
|
4569
|
+
msgid "Red Hat Repositories page"
|
4570
|
+
msgstr ""
|
4571
|
+
|
3990
4572
|
msgid "Red Hat products cannot be manipulated."
|
3991
4573
|
msgstr "I prodotti di Red Hat non possono essere alterati."
|
3992
4574
|
|
@@ -3997,6 +4579,9 @@ msgid "Red Hat repositories cannot be manipulated."
|
|
3997
4579
|
msgstr "I repositori di Red Hat non possono essere alterati."
|
3998
4580
|
|
3999
4581
|
msgid "Refresh"
|
4582
|
+
msgstr "Aggiorna"
|
4583
|
+
|
4584
|
+
msgid "Refresh Content Host Statuses for %s"
|
4000
4585
|
msgstr ""
|
4001
4586
|
|
4002
4587
|
msgid "Refresh Manifest"
|
@@ -4005,6 +4590,9 @@ msgstr "Aggiorna il manifesto"
|
|
4005
4590
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
4006
4591
|
msgstr "Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
|
4007
4592
|
|
4593
|
+
msgid "Refresh_Content_Host_Status"
|
4594
|
+
msgstr ""
|
4595
|
+
|
4008
4596
|
msgid "Register a host with subscription and information"
|
4009
4597
|
msgstr ""
|
4010
4598
|
|
@@ -4023,6 +4611,24 @@ msgstr ""
|
|
4023
4611
|
msgid "Reindex subscriptions"
|
4024
4612
|
msgstr ""
|
4025
4613
|
|
4614
|
+
msgid "Related component content views"
|
4615
|
+
msgstr ""
|
4616
|
+
|
4617
|
+
msgid "Related component cvs: "
|
4618
|
+
msgstr ""
|
4619
|
+
|
4620
|
+
msgid "Related composite content views"
|
4621
|
+
msgstr ""
|
4622
|
+
|
4623
|
+
msgid "Related composite cvs: "
|
4624
|
+
msgstr ""
|
4625
|
+
|
4626
|
+
msgid "Related content views will appear here when created."
|
4627
|
+
msgstr ""
|
4628
|
+
|
4629
|
+
msgid "Release"
|
4630
|
+
msgstr ""
|
4631
|
+
|
4026
4632
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
4027
4633
|
msgstr ""
|
4028
4634
|
|
@@ -4039,7 +4645,7 @@ msgid "Reload data"
|
|
4039
4645
|
msgstr "Ricarica i dati"
|
4040
4646
|
|
4041
4647
|
msgid "Remote action:"
|
4042
|
-
msgstr ""
|
4648
|
+
msgstr "Azione remota:"
|
4043
4649
|
|
4044
4650
|
msgid "Removal of package group(s) requested: %{groups}"
|
4045
4651
|
msgstr ""
|
@@ -4048,7 +4654,7 @@ msgid "Removal of package(s) requested: %{packages}"
|
|
4048
4654
|
msgstr ""
|
4049
4655
|
|
4050
4656
|
msgid "Remove"
|
4051
|
-
msgstr ""
|
4657
|
+
msgstr "Rimuovi"
|
4052
4658
|
|
4053
4659
|
msgid "Remove Content"
|
4054
4660
|
msgstr "Rimuovi contenuto"
|
@@ -4074,12 +4680,15 @@ msgstr ""
|
|
4074
4680
|
msgid "Remove content view version"
|
4075
4681
|
msgstr "Rimuovi la versione della visualizzazione del contenuto"
|
4076
4682
|
|
4077
|
-
msgid "Remove content views"
|
4078
|
-
msgstr ""
|
4079
|
-
|
4080
4683
|
msgid "Remove from Environment"
|
4081
4684
|
msgstr "Rimuovi dall'ambiente"
|
4082
4685
|
|
4686
|
+
msgid "Remove from environment"
|
4687
|
+
msgstr ""
|
4688
|
+
|
4689
|
+
msgid "Remove from environments"
|
4690
|
+
msgstr ""
|
4691
|
+
|
4083
4692
|
msgid "Remove hosts from the host collection"
|
4084
4693
|
msgstr ""
|
4085
4694
|
|
@@ -4122,6 +4731,9 @@ msgstr ""
|
|
4122
4731
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
4123
4732
|
msgstr "Rimuovi le versioni e/o gli ambienti da una visualizzazione del contenuto e riassegna sistemi e chiavi"
|
4124
4733
|
|
4734
|
+
msgid "Remove versions from environments"
|
4735
|
+
msgstr ""
|
4736
|
+
|
4125
4737
|
msgid "Removed component from content view"
|
4126
4738
|
msgstr ""
|
4127
4739
|
|
@@ -4134,17 +4746,18 @@ msgstr "Rimozione gruppo di pacchetti in corso..."
|
|
4134
4746
|
msgid "Removing Package..."
|
4135
4747
|
msgstr "Rimozione pacchetto in corso..."
|
4136
4748
|
|
4137
|
-
msgid "
|
4749
|
+
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
4138
4750
|
msgstr ""
|
4139
4751
|
|
4140
|
-
|
4752
|
+
msgid "Repo Type"
|
4753
|
+
msgstr "Tipo di repository"
|
4754
|
+
|
4141
4755
|
msgid "Repositories"
|
4142
|
-
msgstr "
|
4756
|
+
msgstr "Repository"
|
4143
4757
|
|
4144
4758
|
msgid "Repositories from published Content Views are not allowed."
|
4145
4759
|
msgstr "Non sono permessi i repository delle Visualizzazioni del contenuto pubblicate."
|
4146
4760
|
|
4147
|
-
# translation auto-copied from project Red Hat Satellite User Guide, version 6.0, document appe-Glossary_of_Terms
|
4148
4761
|
msgid "Repository"
|
4149
4762
|
msgstr "Repository"
|
4150
4763
|
|
@@ -4166,7 +4779,6 @@ msgstr ""
|
|
4166
4779
|
msgid "Repository cannot be disabled since it has already been promoted."
|
4167
4780
|
msgstr "Il repositorio non può essere disabilitato poichè è stato già promosso."
|
4168
4781
|
|
4169
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
4170
4782
|
msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
|
4171
4783
|
msgstr "Il repositorio è già stato clonato per %{cv_name} nell'ambiente %{to_env}"
|
4172
4784
|
|
@@ -4185,41 +4797,96 @@ msgstr "Metadati del repository pubblici"
|
|
4185
4797
|
msgid "Repository not found"
|
4186
4798
|
msgstr "Repositorio non trovato"
|
4187
4799
|
|
4800
|
+
msgid "Repository path"
|
4801
|
+
msgstr ""
|
4802
|
+
|
4803
|
+
msgid "Repository set disabled"
|
4804
|
+
msgstr ""
|
4805
|
+
|
4806
|
+
msgid "Repository set enabled"
|
4807
|
+
msgstr ""
|
4808
|
+
|
4188
4809
|
msgid "Repository set name to search on"
|
4189
4810
|
msgstr "Nome insieme repositori da cercare"
|
4190
4811
|
|
4191
|
-
|
4812
|
+
msgid "Repository set reset to default"
|
4813
|
+
msgstr ""
|
4814
|
+
|
4815
|
+
msgid "Repository sets"
|
4816
|
+
msgstr ""
|
4817
|
+
|
4192
4818
|
msgid "Repository sets are not available for custom products."
|
4193
4819
|
msgstr "Gli insiemi di repositori non sono applicabili ai prodotti personalizzati."
|
4194
4820
|
|
4821
|
+
msgid "Repository sets disabled"
|
4822
|
+
msgstr ""
|
4823
|
+
|
4824
|
+
msgid "Repository sets enabled"
|
4825
|
+
msgstr ""
|
4826
|
+
|
4827
|
+
msgid "Repository sets reset to default"
|
4828
|
+
msgstr ""
|
4829
|
+
|
4830
|
+
msgid "Repository sets will appear here when available."
|
4831
|
+
msgstr ""
|
4832
|
+
|
4833
|
+
msgid "Repository with content label %{content_label} was not found in upstream organization %{org_label}, content view %{cv_label} and lifecycle environment %{env_label} "
|
4834
|
+
msgstr ""
|
4835
|
+
|
4195
4836
|
msgid "Republish Repositories of %{name} %{version}"
|
4196
4837
|
msgstr ""
|
4197
4838
|
|
4198
4839
|
msgid "Republish Version Repositories"
|
4199
4840
|
msgstr ""
|
4200
4841
|
|
4201
|
-
msgid "
|
4842
|
+
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
4843
|
+
msgstr ""
|
4844
|
+
|
4845
|
+
msgid "Requirements is not valid yaml."
|
4846
|
+
msgstr ""
|
4847
|
+
|
4848
|
+
msgid "Requirements yaml should be a key-value pair structure."
|
4849
|
+
msgstr ""
|
4850
|
+
|
4851
|
+
msgid "Requirements yaml should have a 'collections' key"
|
4202
4852
|
msgstr ""
|
4203
4853
|
|
4204
4854
|
msgid "Requires Virt-Who"
|
4205
4855
|
msgstr ""
|
4206
4856
|
|
4207
|
-
msgid "
|
4857
|
+
msgid "Reset filters"
|
4858
|
+
msgstr ""
|
4859
|
+
|
4860
|
+
msgid "Reset to default"
|
4861
|
+
msgstr ""
|
4862
|
+
|
4863
|
+
msgid "Resolve traces"
|
4208
4864
|
msgstr ""
|
4209
4865
|
|
4210
4866
|
msgid "Resolve traces for one or more hosts"
|
4211
4867
|
msgstr ""
|
4212
4868
|
|
4213
|
-
msgid "
|
4869
|
+
msgid "Resolve traces via Katello interface"
|
4214
4870
|
msgstr ""
|
4215
4871
|
|
4872
|
+
msgid "Resource"
|
4873
|
+
msgstr "Risorsa"
|
4874
|
+
|
4216
4875
|
msgid "Restart Services via Katello interface"
|
4217
4876
|
msgstr ""
|
4218
4877
|
|
4878
|
+
msgid "Restart app"
|
4879
|
+
msgstr ""
|
4880
|
+
|
4881
|
+
msgid "Restart via customized remote execution"
|
4882
|
+
msgstr ""
|
4883
|
+
|
4884
|
+
msgid "Restart via remote execution"
|
4885
|
+
msgstr ""
|
4886
|
+
|
4219
4887
|
msgid "Restrict Composite Content View promotion"
|
4220
4888
|
msgstr ""
|
4221
4889
|
|
4222
|
-
# translation auto-copied from project CFSE-cli, version sam-1.2, document keys, author fvalen
|
4223
4890
|
msgid "Result"
|
4224
4891
|
msgstr "Risultato"
|
4225
4892
|
|
@@ -4235,12 +4902,24 @@ msgstr ""
|
|
4235
4902
|
msgid "Return custom products only"
|
4236
4903
|
msgstr ""
|
4237
4904
|
|
4905
|
+
msgid "Return deb packages that are applicable to one or more hosts (defaults to true if host_id is specified)"
|
4906
|
+
msgstr ""
|
4907
|
+
|
4908
|
+
msgid "Return deb packages that are upgradable on one or more hosts"
|
4909
|
+
msgstr ""
|
4910
|
+
|
4911
|
+
msgid "Return deb packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
4912
|
+
msgstr ""
|
4913
|
+
|
4238
4914
|
msgid "Return enabled products only"
|
4239
4915
|
msgstr ""
|
4240
4916
|
|
4241
4917
|
msgid "Return errata that are applicable to one or more hosts (defaults to true if host_id is specified)"
|
4242
4918
|
msgstr ""
|
4243
4919
|
|
4920
|
+
msgid "Return errata that are applicable to this host. Defaults to false)"
|
4921
|
+
msgstr ""
|
4922
|
+
|
4244
4923
|
msgid "Return errata that are upgradable on one or more hosts"
|
4245
4924
|
msgstr ""
|
4246
4925
|
|
@@ -4250,6 +4929,15 @@ msgstr ""
|
|
4250
4929
|
msgid "Return name and stream information only)"
|
4251
4930
|
msgstr ""
|
4252
4931
|
|
4932
|
+
msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
|
4933
|
+
msgstr ""
|
4934
|
+
|
4935
|
+
msgid "Return only errata of a particular type (security, bugfix, enhancement)"
|
4936
|
+
msgstr ""
|
4937
|
+
|
4938
|
+
msgid "Return only packages of a particular status (upgradable or up-to-date)"
|
4939
|
+
msgstr ""
|
4940
|
+
|
4253
4941
|
msgid "Return only subscriptions which can be attached to the upstream allocation"
|
4254
4942
|
msgstr ""
|
4255
4943
|
|
@@ -4280,22 +4968,39 @@ msgstr ""
|
|
4280
4968
|
msgid "Return the content of a repo gpg key, used directly by yum"
|
4281
4969
|
msgstr "Ritorna il contenuto di una chiave gpg del repositorio usata direttamente da yum"
|
4282
4970
|
|
4971
|
+
msgid "Return the enabled content types"
|
4972
|
+
msgstr ""
|
4973
|
+
|
4283
4974
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
4284
4975
|
msgstr ""
|
4285
4976
|
|
4286
|
-
msgid "
|
4977
|
+
msgid "Review Details"
|
4978
|
+
msgstr ""
|
4979
|
+
|
4980
|
+
msgid "Review details"
|
4287
4981
|
msgstr ""
|
4288
4982
|
|
4983
|
+
msgid "Review your currently selected changes for "
|
4984
|
+
msgstr ""
|
4985
|
+
|
4986
|
+
msgid "Role"
|
4987
|
+
msgstr "Ruolo"
|
4988
|
+
|
4289
4989
|
msgid "Role of host"
|
4290
4990
|
msgstr ""
|
4291
4991
|
|
4292
4992
|
msgid "Roles"
|
4993
|
+
msgstr "Ruoli"
|
4994
|
+
|
4995
|
+
msgid "Rpm packages"
|
4996
|
+
msgstr ""
|
4997
|
+
|
4998
|
+
msgid "Rules to be added"
|
4293
4999
|
msgstr ""
|
4294
5000
|
|
4295
5001
|
msgid "Run Sync Plan:"
|
4296
5002
|
msgstr ""
|
4297
5003
|
|
4298
|
-
# translation auto-copied from project virt-manager, version 0.10.0, document virt-manager
|
4299
5004
|
msgid "Running"
|
4300
5005
|
msgstr "In esecuzione"
|
4301
5006
|
|
@@ -4305,6 +5010,9 @@ msgstr ""
|
|
4305
5010
|
msgid "SRPM details"
|
4306
5011
|
msgstr ""
|
4307
5012
|
|
5013
|
+
msgid "SSL CA Content Credential"
|
5014
|
+
msgstr ""
|
5015
|
+
|
4308
5016
|
msgid "SSL version used to communicate with the CDN"
|
4309
5017
|
msgstr ""
|
4310
5018
|
|
@@ -4312,12 +5020,21 @@ msgid "SUBSCRIPTIONS EXPIRING SOON"
|
|
4312
5020
|
msgstr ""
|
4313
5021
|
|
4314
5022
|
msgid "Save"
|
4315
|
-
msgstr ""
|
5023
|
+
msgstr "Salva"
|
4316
5024
|
|
4317
5025
|
msgid "Schedule errata for installation using katello-agent. %s"
|
4318
5026
|
msgstr ""
|
4319
5027
|
|
5028
|
+
msgid "Schema Version 1"
|
5029
|
+
msgstr ""
|
5030
|
+
|
5031
|
+
msgid "Schema Version 2"
|
5032
|
+
msgstr ""
|
5033
|
+
|
4320
5034
|
msgid "Search"
|
5035
|
+
msgstr "Cerca"
|
5036
|
+
|
5037
|
+
msgid "Search Query"
|
4321
5038
|
msgstr ""
|
4322
5039
|
|
4323
5040
|
msgid "Search pattern (defaults to '*')"
|
@@ -4335,7 +5052,6 @@ msgstr ""
|
|
4335
5052
|
msgid "Search string for hosts to perform an action on"
|
4336
5053
|
msgstr ""
|
4337
5054
|
|
4338
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
4339
5055
|
msgid "Security"
|
4340
5056
|
msgstr "Sicurezza"
|
4341
5057
|
|
@@ -4346,28 +5062,35 @@ msgid "Security errata installable"
|
|
4346
5062
|
msgstr ""
|
4347
5063
|
|
4348
5064
|
msgid "Select"
|
4349
|
-
msgstr ""
|
5065
|
+
msgstr "Seleziona"
|
4350
5066
|
|
4351
|
-
# translation auto-copied from project gnote, version 3.8.1, document gnote, author fvalen
|
4352
5067
|
msgid "Select All"
|
4353
5068
|
msgstr "Seleziona tutto"
|
4354
5069
|
|
4355
5070
|
msgid "Select Content View"
|
4356
5071
|
msgstr "Seleziona visualizzazione contenuto"
|
4357
5072
|
|
4358
|
-
# translation auto-copied from project gnote, version 3.8.1, document gnote, author fvalen
|
4359
5073
|
msgid "Select None"
|
4360
5074
|
msgstr "Seleziona nessuno"
|
4361
5075
|
|
4362
5076
|
msgid "Select Organization"
|
4363
|
-
msgstr ""
|
5077
|
+
msgstr "Seleziona organizzazione"
|
4364
5078
|
|
4365
5079
|
msgid "Select Value"
|
4366
5080
|
msgstr ""
|
4367
5081
|
|
5082
|
+
msgid "Select a content view"
|
5083
|
+
msgstr ""
|
5084
|
+
|
4368
5085
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
4369
5086
|
msgstr ""
|
4370
5087
|
|
5088
|
+
msgid "Select a provider to install katello-host-tools-tracer"
|
5089
|
+
msgstr ""
|
5090
|
+
|
5091
|
+
msgid "Select all"
|
5092
|
+
msgstr ""
|
5093
|
+
|
4371
5094
|
msgid "Select all rows"
|
4372
5095
|
msgstr ""
|
4373
5096
|
|
@@ -4380,17 +5103,44 @@ msgstr ""
|
|
4380
5103
|
msgid "Select available version of ${cvName} to use"
|
4381
5104
|
msgstr ""
|
4382
5105
|
|
5106
|
+
msgid "Select available version of components to use"
|
5107
|
+
msgstr ""
|
5108
|
+
|
5109
|
+
msgid "Select content view"
|
5110
|
+
msgstr ""
|
5111
|
+
|
4383
5112
|
msgid "Select hosts to assign to %s"
|
4384
5113
|
msgstr "Seleziona host da assegnare a %s"
|
4385
5114
|
|
5115
|
+
msgid "Select lifecycle environment"
|
5116
|
+
msgstr ""
|
5117
|
+
|
5118
|
+
msgid "Select none"
|
5119
|
+
msgstr ""
|
5120
|
+
|
5121
|
+
msgid "Select one"
|
5122
|
+
msgstr ""
|
5123
|
+
|
5124
|
+
msgid "Select page"
|
5125
|
+
msgstr ""
|
5126
|
+
|
4386
5127
|
msgid "Select row"
|
4387
5128
|
msgstr ""
|
4388
5129
|
|
4389
|
-
msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
|
5130
|
+
msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
|
5131
|
+
msgstr ""
|
5132
|
+
|
5133
|
+
msgid "Selected environment "
|
5134
|
+
msgstr ""
|
5135
|
+
|
5136
|
+
msgid "Selected environments "
|
5137
|
+
msgstr ""
|
5138
|
+
|
5139
|
+
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
4390
5140
|
msgstr ""
|
4391
5141
|
|
4392
5142
|
msgid "Service Level"
|
4393
|
-
msgstr ""
|
5143
|
+
msgstr "Livello di servizio"
|
4394
5144
|
|
4395
5145
|
msgid "Service Level %s"
|
4396
5146
|
msgstr "Livello %s del servizio"
|
@@ -4425,10 +5175,15 @@ msgstr ""
|
|
4425
5175
|
msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
|
4426
5176
|
msgstr ""
|
4427
5177
|
|
4428
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app
|
4429
5178
|
msgid "Severity"
|
4430
5179
|
msgstr "Severità"
|
4431
5180
|
|
5181
|
+
msgid "Severity must be one of: %s"
|
5182
|
+
msgstr ""
|
5183
|
+
|
5184
|
+
msgid "Show %s"
|
5185
|
+
msgstr ""
|
5186
|
+
|
4432
5187
|
msgid "Show :a_resource"
|
4433
5188
|
msgstr "Mostra :a_resource"
|
4434
5189
|
|
@@ -4459,6 +5214,9 @@ msgstr "Mostra una sottoscrizione"
|
|
4459
5214
|
msgid "Show a sync plan"
|
4460
5215
|
msgstr "Mostra una programmazione della sincronizzazione"
|
4461
5216
|
|
5217
|
+
msgid "Show all"
|
5218
|
+
msgstr ""
|
5219
|
+
|
4462
5220
|
msgid "Show an activation key"
|
4463
5221
|
msgstr "Mostra una chiave di attivazione"
|
4464
5222
|
|
@@ -4474,6 +5232,9 @@ msgstr "Mostra la versione della visualizzazione del contenuto"
|
|
4474
5232
|
msgid "Show filter rule info"
|
4475
5233
|
msgstr "Mostra le informazioni sulle regole del filtro"
|
4476
5234
|
|
5235
|
+
msgid "Show full description"
|
5236
|
+
msgstr ""
|
5237
|
+
|
4477
5238
|
msgid "Show organization"
|
4478
5239
|
msgstr "Mostra organizzazione"
|
4479
5240
|
|
@@ -4504,7 +5265,7 @@ msgstr ""
|
|
4504
5265
|
msgid "Simple Content Access has been enabled for '%{subject}'."
|
4505
5266
|
msgstr ""
|
4506
5267
|
|
4507
|
-
msgid "Single content view consisting of repositories"
|
5268
|
+
msgid "Single content view consisting of e.g. repositories"
|
4508
5269
|
msgstr ""
|
4509
5270
|
|
4510
5271
|
msgid "Size of file to upload"
|
@@ -4517,16 +5278,15 @@ msgid "Skipped pulp_auth check after failed pulp check"
|
|
4517
5278
|
msgstr ""
|
4518
5279
|
|
4519
5280
|
msgid "Smart proxy IDs"
|
4520
|
-
msgstr ""
|
5281
|
+
msgstr "ID Smart proxy"
|
4521
5282
|
|
4522
5283
|
msgid "Smart proxy content source not found!"
|
4523
5284
|
msgstr ""
|
4524
5285
|
|
4525
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
4526
5286
|
msgid "Sockets: %s"
|
4527
5287
|
msgstr "Socket: %s"
|
4528
5288
|
|
4529
|
-
msgid "
|
5289
|
+
msgid "Solution"
|
4530
5290
|
msgstr ""
|
4531
5291
|
|
4532
5292
|
msgid "Solve RPM dependencies by default on Content View publish, defaults to false"
|
@@ -4541,21 +5301,78 @@ msgstr ""
|
|
4541
5301
|
msgid "Some services are not properly started. See the About page for more information."
|
4542
5302
|
msgstr ""
|
4543
5303
|
|
5304
|
+
msgid "Something went wrong while adding a bookmark: ${getBookmarkErrorMsgs(error.response)}"
|
5305
|
+
msgstr ""
|
5306
|
+
|
5307
|
+
msgid "Something went wrong while adding a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5308
|
+
msgstr ""
|
5309
|
+
|
4544
5310
|
msgid "Something went wrong while adding component! ${getResponseErrorMsgs(error.response)}"
|
4545
5311
|
msgstr ""
|
4546
5312
|
|
5313
|
+
msgid "Something went wrong while adding filter rules! ${getResponseErrorMsgs(error.response)}"
|
5314
|
+
msgstr ""
|
5315
|
+
|
4547
5316
|
msgid "Something went wrong while creating the filter! ${getResponseErrorMsgs(error.response)}"
|
4548
5317
|
msgstr ""
|
4549
5318
|
|
5319
|
+
msgid "Something went wrong while deleting filter rules! ${getResponseErrorMsgs(error.response)}"
|
5320
|
+
msgstr ""
|
5321
|
+
|
4550
5322
|
msgid "Something went wrong while deleting filters! ${getResponseErrorMsgs(error.response)}"
|
4551
5323
|
msgstr ""
|
4552
5324
|
|
4553
5325
|
msgid "Something went wrong while deleting this filter! ${getResponseErrorMsgs(error.response)}"
|
4554
5326
|
msgstr ""
|
4555
5327
|
|
5328
|
+
msgid "Something went wrong while editing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5329
|
+
msgstr ""
|
5330
|
+
|
5331
|
+
msgid "Something went wrong while editing the filter! ${getResponseErrorMsgs(error.response)}"
|
5332
|
+
msgstr ""
|
5333
|
+
|
5334
|
+
msgid "Something went wrong while editing version details. ${getResponseErrorMsgs(error.response)}"
|
5335
|
+
msgstr ""
|
5336
|
+
|
5337
|
+
msgid "Something went wrong while fetching ${lowerCase(pluralLabel)}! ${getResponseErrorMsgs(error.response)}"
|
5338
|
+
msgstr ""
|
5339
|
+
|
5340
|
+
msgid "Something went wrong while fetching files! ${getResponseErrorMsgs(error.response)}"
|
5341
|
+
msgstr ""
|
5342
|
+
|
5343
|
+
msgid "Something went wrong while fetching rpm packages! ${getResponseErrorMsgs(error.response)}"
|
5344
|
+
msgstr ""
|
5345
|
+
|
5346
|
+
msgid "Something went wrong while getting deb packages! ${getResponseErrorMsgs(error.response)}"
|
5347
|
+
msgstr ""
|
5348
|
+
|
5349
|
+
msgid "Something went wrong while getting docker tags! ${getResponseErrorMsgs(error.response)}"
|
5350
|
+
msgstr ""
|
5351
|
+
|
5352
|
+
msgid "Something went wrong while getting errata! ${getResponseErrorMsgs(error.response)}"
|
5353
|
+
msgstr ""
|
5354
|
+
|
5355
|
+
msgid "Something went wrong while getting module streams! ${getResponseErrorMsgs(error.response)}"
|
5356
|
+
msgstr ""
|
5357
|
+
|
5358
|
+
msgid "Something went wrong while getting repositories! ${getResponseErrorMsgs(error.response)}"
|
5359
|
+
msgstr ""
|
5360
|
+
|
5361
|
+
msgid "Something went wrong while getting version details. ${getResponseErrorMsgs(error.response)}"
|
5362
|
+
msgstr ""
|
5363
|
+
|
5364
|
+
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5365
|
+
msgstr ""
|
5366
|
+
|
4556
5367
|
msgid "Something went wrong while removing component! ${getResponseErrorMsgs(error.response)}"
|
4557
5368
|
msgstr ""
|
4558
5369
|
|
5370
|
+
msgid "Something went wrong while retrieving package groups! ${getResponseErrorMsgs(error.response)}"
|
5371
|
+
msgstr ""
|
5372
|
+
|
5373
|
+
msgid "Something went wrong while retrieving the activation keys! ${getResponseErrorMsgs(error.response)}"
|
5374
|
+
msgstr ""
|
5375
|
+
|
4559
5376
|
msgid "Something went wrong while retrieving the content view components! ${getResponseErrorMsgs(error.response)}"
|
4560
5377
|
msgstr ""
|
4561
5378
|
|
@@ -4574,15 +5391,24 @@ msgstr ""
|
|
4574
5391
|
msgid "Something went wrong while retrieving the content view versions! ${getResponseErrorMsgs(error.response)}"
|
4575
5392
|
msgstr ""
|
4576
5393
|
|
5394
|
+
msgid "Something went wrong while retrieving the hosts! ${getResponseErrorMsgs(error.response)}"
|
5395
|
+
msgstr ""
|
5396
|
+
|
4577
5397
|
msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
|
4578
5398
|
msgstr ""
|
4579
5399
|
|
5400
|
+
msgid "Something went wrong! Please check server logs!"
|
5401
|
+
msgstr ""
|
5402
|
+
|
4580
5403
|
msgid "Sort field and order, eg. 'id DESC'"
|
4581
5404
|
msgstr ""
|
4582
5405
|
|
4583
5406
|
msgid "Source RPM"
|
4584
5407
|
msgstr ""
|
4585
5408
|
|
5409
|
+
msgid "Source RPMs"
|
5410
|
+
msgstr ""
|
5411
|
+
|
4586
5412
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
4587
5413
|
msgstr ""
|
4588
5414
|
|
@@ -4593,29 +5419,29 @@ msgid "Split the exported content into archives no greater than the specified si
|
|
4593
5419
|
msgstr ""
|
4594
5420
|
|
4595
5421
|
msgid "Stacking ID"
|
4596
|
-
msgstr ""
|
5422
|
+
msgstr "ID dello stack"
|
4597
5423
|
|
4598
|
-
# translation auto-copied from project subscription-manager, version 1.10.10, document keys
|
4599
5424
|
msgid "Start Date"
|
4600
5425
|
msgstr "Data d'inizio"
|
4601
5426
|
|
4602
5427
|
msgid "Start Date and Time can't be blank"
|
4603
5428
|
msgstr "La data e l'ora d'inizio non possono essere lasciati vuoti"
|
4604
5429
|
|
4605
|
-
# translation auto-copied from project Katello, version 0.1v, document app, author fvalen
|
4606
5430
|
msgid "Start Time"
|
4607
5431
|
msgstr "Ora d'inizio"
|
4608
5432
|
|
4609
5433
|
msgid "Starts"
|
4610
|
-
msgstr ""
|
5434
|
+
msgstr "Inizia"
|
4611
5435
|
|
4612
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
4613
5436
|
msgid "Status"
|
4614
5437
|
msgstr "Stato"
|
4615
5438
|
|
4616
|
-
msgid "
|
5439
|
+
msgid "Status must be one of: %s"
|
4617
5440
|
msgstr ""
|
4618
5441
|
|
5442
|
+
msgid "Storage"
|
5443
|
+
msgstr "Storage"
|
5444
|
+
|
4619
5445
|
msgid "Stream"
|
4620
5446
|
msgstr ""
|
4621
5447
|
|
@@ -4623,12 +5449,11 @@ msgid "Streams based on the host based on their status"
|
|
4623
5449
|
msgstr ""
|
4624
5450
|
|
4625
5451
|
msgid "Submit"
|
4626
|
-
msgstr ""
|
5452
|
+
msgstr "Invia"
|
4627
5453
|
|
4628
5454
|
msgid "Subnet IDs"
|
4629
|
-
msgstr ""
|
5455
|
+
msgstr "ID sottoreti"
|
4630
5456
|
|
4631
|
-
# translation auto-copied from project Subscription Manager, version 1.8.X, document keys
|
4632
5457
|
msgid "Subscription"
|
4633
5458
|
msgstr "Sottoscrizione"
|
4634
5459
|
|
@@ -4636,16 +5461,16 @@ msgid "Subscription Allocation"
|
|
4636
5461
|
msgstr ""
|
4637
5462
|
|
4638
5463
|
msgid "Subscription Details"
|
4639
|
-
msgstr ""
|
5464
|
+
msgstr "Informazioni sulla sottoscrizione"
|
4640
5465
|
|
4641
5466
|
msgid "Subscription ID"
|
4642
5467
|
msgstr "ID sottoscrizione"
|
4643
5468
|
|
4644
5469
|
msgid "Subscription Info"
|
4645
|
-
msgstr ""
|
5470
|
+
msgstr "Informazioni sottoscrizione"
|
4646
5471
|
|
4647
5472
|
msgid "Subscription Manifest"
|
4648
|
-
msgstr ""
|
5473
|
+
msgstr "Manifesto della sottoscrizione"
|
4649
5474
|
|
4650
5475
|
msgid "Subscription Manifest validity check"
|
4651
5476
|
msgstr ""
|
@@ -4690,7 +5515,7 @@ msgid "Subscription was not persisted - %{error_message}"
|
|
4690
5515
|
msgstr ""
|
4691
5516
|
|
4692
5517
|
msgid "Subscriptions"
|
4693
|
-
msgstr ""
|
5518
|
+
msgstr "Sottoscrizioni"
|
4694
5519
|
|
4695
5520
|
msgid "Subscriptions Expiring in 120 Days"
|
4696
5521
|
msgstr ""
|
@@ -4731,17 +5556,15 @@ msgstr "Rimossi con successo %{count} host di contenuto dall'insieme %{host_col
|
|
4731
5556
|
msgid "Successfully synchronized."
|
4732
5557
|
msgstr ""
|
4733
5558
|
|
4734
|
-
# translation auto-copied from project Customer Portal Translations, version Portal-Case-Management, document Template, author fvalen
|
4735
5559
|
msgid "Summary"
|
4736
5560
|
msgstr "Sommario"
|
4737
5561
|
|
4738
5562
|
msgid "Support Type"
|
4739
|
-
msgstr ""
|
5563
|
+
msgstr "Tipo di supporto"
|
4740
5564
|
|
4741
5565
|
msgid "Supported Content Types"
|
4742
5566
|
msgstr ""
|
4743
5567
|
|
4744
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
4745
5568
|
msgid "Sync Canceled"
|
4746
5569
|
msgstr "Sincronizzazione cancellata"
|
4747
5570
|
|
@@ -4754,17 +5577,15 @@ msgstr ""
|
|
4754
5577
|
msgid "Sync Incomplete"
|
4755
5578
|
msgstr "Sincronizzazione non completata"
|
4756
5579
|
|
4757
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
4758
5580
|
msgid "Sync Overview"
|
4759
5581
|
msgstr "Panoramica sincronizzazione"
|
4760
5582
|
|
4761
5583
|
msgid "Sync Plan"
|
4762
|
-
msgstr ""
|
5584
|
+
msgstr "Programmazione di sincronizzazione"
|
4763
5585
|
|
4764
5586
|
msgid "Sync Plan: "
|
4765
5587
|
msgstr ""
|
4766
5588
|
|
4767
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
4768
5589
|
msgid "Sync Plans"
|
4769
5590
|
msgstr "Programmazione sincronizzazione"
|
4770
5591
|
|
@@ -4774,7 +5595,6 @@ msgstr ""
|
|
4774
5595
|
msgid "Sync Smart Proxies after Content View promotion"
|
4775
5596
|
msgstr ""
|
4776
5597
|
|
4777
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
4778
5598
|
msgid "Sync Status"
|
4779
5599
|
msgstr "Stato della sincronizzazione"
|
4780
5600
|
|
@@ -4793,7 +5613,6 @@ msgstr ""
|
|
4793
5613
|
msgid "Sync capsule"
|
4794
5614
|
msgstr ""
|
4795
5615
|
|
4796
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
4797
5616
|
msgid "Sync complete."
|
4798
5617
|
msgstr "Sincronizzazione completa."
|
4799
5618
|
|
@@ -4809,6 +5628,9 @@ msgstr "identificatore programmazione della sincronizzazione da assegnare"
|
|
4809
5628
|
msgid "Sync state"
|
4810
5629
|
msgstr ""
|
4811
5630
|
|
5631
|
+
msgid "Synced "
|
5632
|
+
msgstr ""
|
5633
|
+
|
4812
5634
|
msgid "Synced Content"
|
4813
5635
|
msgstr ""
|
4814
5636
|
|
@@ -4818,7 +5640,6 @@ msgstr ""
|
|
4818
5640
|
msgid "Synchronize"
|
4819
5641
|
msgstr "Sincronizza"
|
4820
5642
|
|
4821
|
-
# translation auto-copied from project Katello, version 0.1v, document app, author fvalen
|
4822
5643
|
msgid "Synchronize Now"
|
4823
5644
|
msgstr "Sincronizza ora"
|
4824
5645
|
|
@@ -4843,18 +5664,27 @@ msgstr ""
|
|
4843
5664
|
msgid "Syncing Complete."
|
4844
5665
|
msgstr "Sincronizzazione completata"
|
4845
5666
|
|
5667
|
+
msgid "Synopsis"
|
5668
|
+
msgstr ""
|
5669
|
+
|
4846
5670
|
msgid "System Purpose"
|
4847
5671
|
msgstr ""
|
4848
5672
|
|
4849
5673
|
msgid "System Status"
|
5674
|
+
msgstr "Stato del sistema"
|
5675
|
+
|
5676
|
+
msgid "Tag name"
|
4850
5677
|
msgstr ""
|
4851
5678
|
|
4852
5679
|
msgid "Tags"
|
4853
|
-
msgstr ""
|
5680
|
+
msgstr "Tag"
|
4854
5681
|
|
4855
5682
|
msgid "Task"
|
4856
5683
|
msgstr ""
|
4857
5684
|
|
5685
|
+
msgid "Task ${task.humanized.action} completed with a result of ${task.result}. ${task.errors ? getErrors(task) : ''}"
|
5686
|
+
msgstr ""
|
5687
|
+
|
4858
5688
|
msgid "Task ${task.humanized.action} has started."
|
4859
5689
|
msgstr ""
|
4860
5690
|
|
@@ -4865,9 +5695,8 @@ msgid "Task detail"
|
|
4865
5695
|
msgstr ""
|
4866
5696
|
|
4867
5697
|
msgid "Temporary"
|
4868
|
-
msgstr ""
|
5698
|
+
msgstr "Temporaneo"
|
4869
5699
|
|
4870
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
4871
5700
|
msgid "The '%s' environment cannot contain a changeset!"
|
4872
5701
|
msgstr "L'ambiente '%s' non può contenere un changeset!"
|
4873
5702
|
|
@@ -4960,7 +5789,7 @@ msgid ""
|
|
4960
5789
|
msgstr ""
|
4961
5790
|
|
4962
5791
|
msgid "The page you are attempting to access requires selecting a specific organization."
|
4963
|
-
msgstr ""
|
5792
|
+
msgstr "Per accedere alla pagina desiderata selezionare una organizzazione specifica."
|
4964
5793
|
|
4965
5794
|
msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
|
4966
5795
|
msgstr ""
|
@@ -4989,9 +5818,10 @@ msgstr ""
|
|
4989
5818
|
msgid "The requested traces were not found for this host"
|
4990
5819
|
msgstr ""
|
4991
5820
|
|
4992
|
-
msgid ""
|
4993
|
-
|
4994
|
-
|
5821
|
+
msgid "The selected kickstart repository is not part of the assigned content view, lifecycle environment, content source, operating system, and architecture"
|
5822
|
+
msgstr ""
|
5823
|
+
|
5824
|
+
msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
|
4995
5825
|
msgstr ""
|
4996
5826
|
|
4997
5827
|
msgid "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled"
|
@@ -5024,7 +5854,6 @@ msgstr ""
|
|
5024
5854
|
msgid "There are no errata that need to be applied to registered content hosts."
|
5025
5855
|
msgstr "Non è presente alcun errata da applicare agli host di contenuto registrati."
|
5026
5856
|
|
5027
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
5028
5857
|
msgid "There are no products or repositories enabled. Try enabling via %{custom} or %{redhat}."
|
5029
5858
|
msgstr "Non è stato abilitato alcun prodotto o repositorio. Provare ad abilitarli tramite %{custom} o %{redhat}."
|
5030
5859
|
|
@@ -5043,6 +5872,9 @@ msgstr ""
|
|
5043
5872
|
msgid "There was a problem retrieving Activation Key data from the server."
|
5044
5873
|
msgstr ""
|
5045
5874
|
|
5875
|
+
msgid "There was an error retrieving data from the server. Check your connection and try again."
|
5876
|
+
msgstr ""
|
5877
|
+
|
5046
5878
|
msgid "There was an issue with the backend service %s: "
|
5047
5879
|
msgstr ""
|
5048
5880
|
|
@@ -5061,15 +5893,39 @@ msgstr ""
|
|
5061
5893
|
msgid "This action doesn't support package groups"
|
5062
5894
|
msgstr ""
|
5063
5895
|
|
5896
|
+
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
5897
|
+
msgstr ""
|
5898
|
+
|
5064
5899
|
msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
|
5065
5900
|
msgstr ""
|
5066
5901
|
|
5067
5902
|
msgid "This certificate allows a user to view the repositories in any environment from a browser."
|
5068
5903
|
msgstr "Questo certificato permette all'utente di visualizzare i repositori in qualsiasi ambiente del browser."
|
5069
5904
|
|
5905
|
+
msgid "This content view does not have any versions associated."
|
5906
|
+
msgstr ""
|
5907
|
+
|
5070
5908
|
msgid "This content view version doesn't have a history."
|
5071
5909
|
msgstr ""
|
5072
5910
|
|
5911
|
+
msgid "This content view will be automatically updated to the latest version."
|
5912
|
+
msgstr ""
|
5913
|
+
|
5914
|
+
msgid "This content view will be deleted. Changes will be effective after clicking Delete."
|
5915
|
+
msgstr ""
|
5916
|
+
|
5917
|
+
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
5918
|
+
msgstr ""
|
5919
|
+
|
5920
|
+
msgid "This host currently does not have traces."
|
5921
|
+
msgstr ""
|
5922
|
+
|
5923
|
+
msgid "This host does not have any installable errata."
|
5924
|
+
msgstr ""
|
5925
|
+
|
5926
|
+
msgid "This host does not have any packages."
|
5927
|
+
msgstr ""
|
5928
|
+
|
5073
5929
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
5074
5930
|
msgstr ""
|
5075
5931
|
|
@@ -5097,10 +5953,13 @@ msgstr ""
|
|
5097
5953
|
msgid "This is not a linked repository"
|
5098
5954
|
msgstr ""
|
5099
5955
|
|
5956
|
+
msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage at {subscriptionWatch}."
|
5957
|
+
msgstr ""
|
5958
|
+
|
5100
5959
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
5101
5960
|
msgstr ""
|
5102
5961
|
|
5103
|
-
msgid "This request may only be performed on a Smart proxy that has the
|
5962
|
+
msgid "This request may only be performed on a Smart proxy that has the Pulpcore feature with mirror=true."
|
5104
5963
|
msgstr ""
|
5105
5964
|
|
5106
5965
|
msgid "This service is available for unauthenticated users"
|
@@ -5115,6 +5974,21 @@ msgstr ""
|
|
5115
5974
|
msgid "This subscription is not relevant to the current organization."
|
5116
5975
|
msgstr ""
|
5117
5976
|
|
5977
|
+
msgid "This version has not been promoted to any environments."
|
5978
|
+
msgstr ""
|
5979
|
+
|
5980
|
+
msgid "This version is not promoted to any environments."
|
5981
|
+
msgstr ""
|
5982
|
+
|
5983
|
+
msgid "This version will be removed from:"
|
5984
|
+
msgstr ""
|
5985
|
+
|
5986
|
+
msgid "This will create a copy of {cv}, including details, repositories, and filters. Generated data such as history, tasks and versions will not be copied."
|
5987
|
+
msgstr ""
|
5988
|
+
|
5989
|
+
msgid "Time in minutes to consider orphan content as orphaned."
|
5990
|
+
msgstr ""
|
5991
|
+
|
5118
5992
|
msgid "Time in seconds to wait for a Host to finish a remote action"
|
5119
5993
|
msgstr ""
|
5120
5994
|
|
@@ -5127,7 +6001,6 @@ msgstr ""
|
|
5127
6001
|
msgid "Timestamp"
|
5128
6002
|
msgstr ""
|
5129
6003
|
|
5130
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
5131
6004
|
msgid "Title"
|
5132
6005
|
msgstr "Titolo"
|
5133
6006
|
|
@@ -5140,18 +6013,36 @@ msgstr ""
|
|
5140
6013
|
msgid "Total timeout in seconds for connections when syncing"
|
5141
6014
|
msgstr ""
|
5142
6015
|
|
6016
|
+
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6017
|
+
msgstr ""
|
6018
|
+
|
5143
6019
|
msgid "Tracer profile uploaded successfully"
|
5144
6020
|
msgstr ""
|
5145
6021
|
|
5146
6022
|
msgid "Traces"
|
5147
6023
|
msgstr ""
|
5148
6024
|
|
6025
|
+
msgid "Traces are not enabled"
|
6026
|
+
msgstr ""
|
6027
|
+
|
6028
|
+
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6029
|
+
msgstr ""
|
6030
|
+
|
6031
|
+
msgid "Traces that require logout cannot be restarted remotely"
|
6032
|
+
msgstr ""
|
6033
|
+
|
5149
6034
|
msgid "Trigger an auto-attach of subscriptions"
|
5150
6035
|
msgstr ""
|
5151
6036
|
|
5152
6037
|
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
5153
6038
|
msgstr ""
|
5154
6039
|
|
6040
|
+
msgid "Try changing your search criteria."
|
6041
|
+
msgstr ""
|
6042
|
+
|
6043
|
+
msgid "Try changing your search query."
|
6044
|
+
msgstr ""
|
6045
|
+
|
5155
6046
|
msgid "Try changing your search settings."
|
5156
6047
|
msgstr ""
|
5157
6048
|
|
@@ -5161,18 +6052,30 @@ msgstr ""
|
|
5161
6052
|
msgid "Type"
|
5162
6053
|
msgstr ""
|
5163
6054
|
|
6055
|
+
msgid "Type must be one of: %s"
|
6056
|
+
msgstr ""
|
6057
|
+
|
5164
6058
|
msgid "Type of content"
|
5165
6059
|
msgstr ""
|
5166
6060
|
|
5167
6061
|
msgid "Type of content: \"cert\", \"gpg_key\""
|
5168
6062
|
msgstr ""
|
5169
6063
|
|
6064
|
+
msgid "URL"
|
6065
|
+
msgstr ""
|
6066
|
+
|
5170
6067
|
msgid "URL needs to have a trailing /"
|
5171
6068
|
msgstr ""
|
5172
6069
|
|
5173
|
-
msgid "
|
6070
|
+
msgid "URL of a PyPI content source such as https://pypi.org."
|
5174
6071
|
msgstr ""
|
5175
6072
|
|
6073
|
+
msgid "URL of an OSTree repository."
|
6074
|
+
msgstr ""
|
6075
|
+
|
6076
|
+
msgid "UUID"
|
6077
|
+
msgstr "UUID"
|
6078
|
+
|
5176
6079
|
msgid "UUID of the consumer"
|
5177
6080
|
msgstr ""
|
5178
6081
|
|
@@ -5188,6 +6091,9 @@ msgstr ""
|
|
5188
6091
|
msgid "UUIDs of the virtual guests from the host's hypervisor"
|
5189
6092
|
msgstr ""
|
5190
6093
|
|
6094
|
+
msgid "Unable to connect"
|
6095
|
+
msgstr ""
|
6096
|
+
|
5191
6097
|
msgid "Unable to connect. Got: %s"
|
5192
6098
|
msgstr ""
|
5193
6099
|
|
@@ -5243,7 +6149,7 @@ msgid "Unattach a subscription"
|
|
5243
6149
|
msgstr "Rimuovi una sottoscrizione"
|
5244
6150
|
|
5245
6151
|
msgid "Unentitled"
|
5246
|
-
msgstr ""
|
6152
|
+
msgstr "Senza entitlement"
|
5247
6153
|
|
5248
6154
|
msgid "Unfiltered params array: %s."
|
5249
6155
|
msgstr ""
|
@@ -5251,7 +6157,6 @@ msgstr ""
|
|
5251
6157
|
msgid "Uninstall packages remotely using katello-agent. %s"
|
5252
6158
|
msgstr ""
|
5253
6159
|
|
5254
|
-
# translation auto-copied from project Satellite6 Foreman, version 6.0, document foreman, author fvalen
|
5255
6160
|
msgid "Unknown"
|
5256
6161
|
msgstr "Sconosciuto"
|
5257
6162
|
|
@@ -5271,7 +6176,7 @@ msgid "Unknown traces status"
|
|
5271
6176
|
msgstr ""
|
5272
6177
|
|
5273
6178
|
msgid "Unlimited"
|
5274
|
-
msgstr ""
|
6179
|
+
msgstr "Illimitato"
|
5275
6180
|
|
5276
6181
|
msgid "Unregister host %s before assigning an organization"
|
5277
6182
|
msgstr ""
|
@@ -5288,16 +6193,24 @@ msgstr ""
|
|
5288
6193
|
msgid "Unsubscribed hypervisor"
|
5289
6194
|
msgstr ""
|
5290
6195
|
|
5291
|
-
|
6196
|
+
msgid "Unsupported CDN resource"
|
6197
|
+
msgstr ""
|
6198
|
+
|
5292
6199
|
msgid "Unsupported URL protocol %s."
|
5293
6200
|
msgstr "Protocollo URL non supportato %s."
|
5294
6201
|
|
5295
6202
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
5296
6203
|
msgstr ""
|
5297
6204
|
|
6205
|
+
msgid "Up-to date"
|
6206
|
+
msgstr ""
|
6207
|
+
|
5298
6208
|
msgid "Update"
|
5299
6209
|
msgstr "Aggiorna"
|
5300
6210
|
|
6211
|
+
msgid "Update CDN Configuration"
|
6212
|
+
msgstr ""
|
6213
|
+
|
5301
6214
|
msgid "Update Content Overrides"
|
5302
6215
|
msgstr ""
|
5303
6216
|
|
@@ -5397,6 +6310,9 @@ msgstr ""
|
|
5397
6310
|
msgid "Update services requiring restart"
|
5398
6311
|
msgstr ""
|
5399
6312
|
|
6313
|
+
msgid "Update the CDN configuration"
|
6314
|
+
msgstr ""
|
6315
|
+
|
5400
6316
|
msgid "Update the HTTP proxy configuration on the repositories of one or more products."
|
5401
6317
|
msgstr ""
|
5402
6318
|
|
@@ -5410,7 +6326,7 @@ msgid "Update version"
|
|
5410
6326
|
msgstr ""
|
5411
6327
|
|
5412
6328
|
msgid "Updated"
|
5413
|
-
msgstr ""
|
6329
|
+
msgstr "Aggiornato"
|
5414
6330
|
|
5415
6331
|
msgid "Updated component details"
|
5416
6332
|
msgstr ""
|
@@ -5433,14 +6349,25 @@ msgstr ""
|
|
5433
6349
|
msgid "Updating System Purpose for host %s"
|
5434
6350
|
msgstr ""
|
5435
6351
|
|
5436
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
5437
6352
|
msgid "Updating package group..."
|
5438
6353
|
msgstr "Aggiornamento gruppo di pacchetti..."
|
5439
6354
|
|
5440
6355
|
msgid "Updating repository authentication configuration"
|
5441
6356
|
msgstr ""
|
5442
6357
|
|
5443
|
-
msgid "
|
6358
|
+
msgid "Upgradable"
|
6359
|
+
msgstr ""
|
6360
|
+
|
6361
|
+
msgid "Upgradable To"
|
6362
|
+
msgstr ""
|
6363
|
+
|
6364
|
+
msgid "Upgrade"
|
6365
|
+
msgstr ""
|
6366
|
+
|
6367
|
+
msgid "Upgrade via customized remote execution"
|
6368
|
+
msgstr ""
|
6369
|
+
|
6370
|
+
msgid "Upgrade via remote execution"
|
5444
6371
|
msgstr ""
|
5445
6372
|
|
5446
6373
|
msgid "Upload Content Credential contents"
|
@@ -5458,6 +6385,9 @@ msgstr "Carica il contenuto nel repositorio"
|
|
5458
6385
|
msgid "Upload into"
|
5459
6386
|
msgstr "Carica in"
|
5460
6387
|
|
6388
|
+
msgid "Upload profiles without Dynflow"
|
6389
|
+
msgstr ""
|
6390
|
+
|
5461
6391
|
msgid "Upload request id"
|
5462
6392
|
msgstr "Carica l'id delle richieste"
|
5463
6393
|
|
@@ -5467,12 +6397,30 @@ msgstr ""
|
|
5467
6397
|
msgid "Upstream identity certificate not available"
|
5468
6398
|
msgstr "Certificato identità upstream non disponibile"
|
5469
6399
|
|
6400
|
+
msgid "Upstream organization %s does not provide this content path"
|
6401
|
+
msgstr ""
|
6402
|
+
|
6403
|
+
msgid "Upstream organization %{org_label} does not have a content view with the label %{cv_label}"
|
6404
|
+
msgstr ""
|
6405
|
+
|
6406
|
+
msgid "Upstream organization %{org_label} does not have a lifecycle environment with the label %{lce_label}"
|
6407
|
+
msgstr ""
|
6408
|
+
|
6409
|
+
msgid "Upstream organization to sync CDN content from"
|
6410
|
+
msgstr ""
|
6411
|
+
|
5470
6412
|
msgid "Upstream password requires upstream username be set."
|
5471
6413
|
msgstr ""
|
5472
6414
|
|
6415
|
+
msgid "Upstream server to sync CDN content from"
|
6416
|
+
msgstr ""
|
6417
|
+
|
5473
6418
|
msgid "Upstream username and password may only be set on custom repositories."
|
5474
6419
|
msgstr ""
|
5475
6420
|
|
6421
|
+
msgid "Upstream username and upstream password cannot be blank for ULN repositories"
|
6422
|
+
msgstr ""
|
6423
|
+
|
5476
6424
|
msgid "Upstream username requires upstream password be set."
|
5477
6425
|
msgstr ""
|
5478
6426
|
|
@@ -5492,7 +6440,7 @@ msgid "Used to determine download concurrency of the repository in pulp3. Use va
|
|
5492
6440
|
msgstr ""
|
5493
6441
|
|
5494
6442
|
msgid "User"
|
5495
|
-
msgstr ""
|
6443
|
+
msgstr "Utente"
|
5496
6444
|
|
5497
6445
|
msgid "User '%s' did not specify an organization ID and does not have a default organization."
|
5498
6446
|
msgstr "L'utente '%s' non ha specificato alcun ID per l'organizzazione e non ha alcuna organizzazione predefinita."
|
@@ -5501,20 +6449,32 @@ msgid "User '%{user}' does not belong to Organization '%{organization}'."
|
|
5501
6449
|
msgstr "L'utente '%{user}' non appartiene all'organizzazione '%{organization}'."
|
5502
6450
|
|
5503
6451
|
msgid "User IDs"
|
5504
|
-
msgstr ""
|
6452
|
+
msgstr "ID Utenti"
|
5505
6453
|
|
5506
6454
|
msgid "User must be logged in."
|
5507
6455
|
msgstr "L'utente deve essere registrato."
|
5508
6456
|
|
6457
|
+
msgid "Username"
|
6458
|
+
msgstr ""
|
6459
|
+
|
6460
|
+
msgid "Username for authentication"
|
6461
|
+
msgstr ""
|
6462
|
+
|
5509
6463
|
msgid "Username of the upstream repository user used for authentication"
|
5510
6464
|
msgstr ""
|
5511
6465
|
|
5512
6466
|
msgid "Username to access URL"
|
5513
6467
|
msgstr ""
|
5514
6468
|
|
5515
|
-
msgid "
|
6469
|
+
msgid "Username, Password, Organization Label, and SSL CA Content Credential must be provided together."
|
6470
|
+
msgstr ""
|
6471
|
+
|
6472
|
+
msgid "Username, Password, Upstream Organization Label, and SSL CA Credential are required when using a non-Red Hat CDN."
|
5516
6473
|
msgstr ""
|
5517
6474
|
|
6475
|
+
msgid "Valid"
|
6476
|
+
msgstr "Valido"
|
6477
|
+
|
5518
6478
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
5519
6479
|
msgstr ""
|
5520
6480
|
|
@@ -5528,7 +6488,7 @@ msgid "Verify checksum of repository contents"
|
|
5528
6488
|
msgstr ""
|
5529
6489
|
|
5530
6490
|
msgid "Version"
|
5531
|
-
msgstr ""
|
6491
|
+
msgstr "Versione"
|
5532
6492
|
|
5533
6493
|
msgid "Version "
|
5534
6494
|
msgstr ""
|
@@ -5536,23 +6496,54 @@ msgstr ""
|
|
5536
6496
|
msgid "Version ${item.version}"
|
5537
6497
|
msgstr ""
|
5538
6498
|
|
5539
|
-
msgid "
|
6499
|
+
msgid "Version ${version.version}"
|
6500
|
+
msgstr ""
|
6501
|
+
|
6502
|
+
msgid "Version ${versionNameToRemove} will be deleted from all environments. It will no longer be available for promotion."
|
6503
|
+
msgstr ""
|
6504
|
+
|
6505
|
+
msgid "Version ${versionNameToRemove} will be deleted from the listed environments. It will no longer be available for promotion."
|
5540
6506
|
msgstr ""
|
5541
6507
|
|
6508
|
+
msgid "Version details updated."
|
6509
|
+
msgstr ""
|
6510
|
+
|
6511
|
+
msgid "Version in use"
|
6512
|
+
msgstr ""
|
6513
|
+
|
6514
|
+
msgid "Versions"
|
6515
|
+
msgstr "Versioni"
|
6516
|
+
|
5542
6517
|
msgid "Versions will appear here when the content view is published."
|
5543
6518
|
msgstr ""
|
5544
6519
|
|
5545
|
-
# translation auto-copied from project Satellite6 Katello, version Sam-1.3.0, document katello, author fvalen
|
5546
6520
|
msgid "View %{view} has not been promoted to %{env}"
|
5547
6521
|
msgstr "La visualizzazione %{view} non è stata avanzata su %{env}"
|
5548
6522
|
|
5549
6523
|
msgid "View a report of the affected hosts"
|
5550
6524
|
msgstr ""
|
5551
6525
|
|
5552
|
-
|
6526
|
+
msgid "View matching content"
|
6527
|
+
msgstr ""
|
6528
|
+
|
5553
6529
|
msgid "Virtual"
|
5554
6530
|
msgstr "Virtuale"
|
5555
6531
|
|
6532
|
+
msgid "Visit the previous Packages page"
|
6533
|
+
msgstr ""
|
6534
|
+
|
6535
|
+
msgid "Waiting to start."
|
6536
|
+
msgstr ""
|
6537
|
+
|
6538
|
+
msgid "Warning"
|
6539
|
+
msgstr ""
|
6540
|
+
|
6541
|
+
msgid "When \"Releases/Distributions\" is set, \"Upstream URL\" must also be set!"
|
6542
|
+
msgstr ""
|
6543
|
+
|
6544
|
+
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
6545
|
+
msgstr ""
|
6546
|
+
|
5556
6547
|
msgid "When Simple Content Access is enabled, hosts are not required to have subscriptions attached to access repositories."
|
5557
6548
|
msgstr ""
|
5558
6549
|
|
@@ -5596,7 +6587,7 @@ msgid "Yay empty state"
|
|
5596
6587
|
msgstr ""
|
5597
6588
|
|
5598
6589
|
msgid "Yes"
|
5599
|
-
msgstr ""
|
6590
|
+
msgstr "Si"
|
5600
6591
|
|
5601
6592
|
msgid "You are currently operating in disconnected mode where access to Red Hat Subcription Management is prohibited. If you would like to change this, please update the content setting 'Disconnected mode'."
|
5602
6593
|
msgstr ""
|
@@ -5619,7 +6610,10 @@ msgstr "Impossibile impostare parent sull'organizzazione. Questa funzione è dis
|
|
5619
6610
|
msgid "You cannot set an organization's parent_id. This feature is disabled."
|
5620
6611
|
msgstr "Impossibile impostare parent_id sull'organizzazione. Questa funzione è disabilitata."
|
5621
6612
|
|
5622
|
-
msgid "You currently don't have any
|
6613
|
+
msgid "You currently don't have any ${selectedContentType}."
|
6614
|
+
msgstr ""
|
6615
|
+
|
6616
|
+
msgid "You currently don't have any Content views."
|
5623
6617
|
msgstr ""
|
5624
6618
|
|
5625
6619
|
msgid "You currently don't have any filters for this content view."
|
@@ -5628,12 +6622,21 @@ msgstr ""
|
|
5628
6622
|
msgid "You currently don't have any history for this content view."
|
5629
6623
|
msgstr ""
|
5630
6624
|
|
6625
|
+
msgid "You currently don't have any repositories associated with this content."
|
6626
|
+
msgstr ""
|
6627
|
+
|
5631
6628
|
msgid "You currently don't have any repositories to add to this content view."
|
5632
6629
|
msgstr ""
|
5633
6630
|
|
6631
|
+
msgid "You currently don't have any repositories to add to this filter."
|
6632
|
+
msgstr ""
|
6633
|
+
|
5634
6634
|
msgid "You currently don't have any versions for this content view."
|
5635
6635
|
msgstr ""
|
5636
6636
|
|
6637
|
+
msgid "You currently don\\'t have any related content views."
|
6638
|
+
msgstr ""
|
6639
|
+
|
5637
6640
|
msgid "You do not have permissions to delete %s"
|
5638
6641
|
msgstr "Non sei in possesso dei permessi necessari per eliminare %s"
|
5639
6642
|
|
@@ -5664,10 +6667,25 @@ msgstr ""
|
|
5664
6667
|
msgid "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs."
|
5665
6668
|
msgstr ""
|
5666
6669
|
|
6670
|
+
msgid "Your search returned no matching "
|
6671
|
+
msgstr ""
|
6672
|
+
|
6673
|
+
msgid "Your search returned no matching RPMs."
|
6674
|
+
msgstr ""
|
6675
|
+
|
6676
|
+
msgid "Your search returned no matching activation keys."
|
6677
|
+
msgstr ""
|
6678
|
+
|
6679
|
+
msgid "Your search returned no matching hosts."
|
6680
|
+
msgstr ""
|
6681
|
+
|
5667
6682
|
msgid "Yum Metadata: %s"
|
5668
6683
|
msgstr ""
|
5669
6684
|
|
5670
|
-
msgid "a
|
6685
|
+
msgid "a content unit"
|
6686
|
+
msgstr ""
|
6687
|
+
|
6688
|
+
msgid "a deb package"
|
5671
6689
|
msgstr ""
|
5672
6690
|
|
5673
6691
|
msgid "a docker manifest"
|
@@ -5712,6 +6730,9 @@ msgstr ""
|
|
5712
6730
|
msgid "add all packages without errata to the included/excluded list. (package filter only)"
|
5713
6731
|
msgstr ""
|
5714
6732
|
|
6733
|
+
msgid "all environments"
|
6734
|
+
msgstr ""
|
6735
|
+
|
5715
6736
|
msgid "all packages"
|
5716
6737
|
msgstr "tutti i pacchetti"
|
5717
6738
|
|
@@ -5739,9 +6760,6 @@ msgstr "un erratum"
|
|
5739
6760
|
msgid "an organization"
|
5740
6761
|
msgstr "una organizzazione"
|
5741
6762
|
|
5742
|
-
msgid "an ostree branch"
|
5743
|
-
msgstr ""
|
5744
|
-
|
5745
6763
|
msgid "are only allowed for Yum repositories."
|
5746
6764
|
msgstr ""
|
5747
6765
|
|
@@ -5754,6 +6772,12 @@ msgstr "esegui l'auto attach delle sottoscrizioni previa registrazione"
|
|
5754
6772
|
msgid "base url to perform repo discovery on"
|
5755
6773
|
msgstr "url di base sul quale eseguire la scoperta dei repositori"
|
5756
6774
|
|
6775
|
+
msgid "bulk add filter rules"
|
6776
|
+
msgstr ""
|
6777
|
+
|
6778
|
+
msgid "bulk delete filter rules"
|
6779
|
+
msgstr ""
|
6780
|
+
|
5757
6781
|
msgid "can the activation key have unlimited hosts"
|
5758
6782
|
msgstr ""
|
5759
6783
|
|
@@ -5790,9 +6814,6 @@ msgstr "non può essere zero"
|
|
5790
6814
|
msgid "cannot be set because unlimited hosts is set"
|
5791
6815
|
msgstr ""
|
5792
6816
|
|
5793
|
-
msgid "cannot be set for non-ostree repositories."
|
5794
|
-
msgstr ""
|
5795
|
-
|
5796
6817
|
msgid "cannot be set for non-yum repositories."
|
5797
6818
|
msgstr ""
|
5798
6819
|
|
@@ -5808,7 +6829,6 @@ msgstr "non può contenere filtri se in visualizzazione composita"
|
|
5808
6829
|
msgid "cannot contain filters whose repositories do not belong to this content view"
|
5809
6830
|
msgstr "non può contenere i filtri dei repositori che non appartengono a questa visualizzazione del contenuto"
|
5810
6831
|
|
5811
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
5812
6832
|
msgid "cannot contain more than %s characters"
|
5813
6833
|
msgstr "non può avere più di %s caratteri"
|
5814
6834
|
|
@@ -5833,6 +6853,9 @@ msgstr "Versione release del contenuto"
|
|
5833
6853
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
|
5834
6854
|
msgstr ""
|
5835
6855
|
|
6856
|
+
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
6857
|
+
msgstr ""
|
6858
|
+
|
5836
6859
|
msgid "content view component ID. Identifier of the component association"
|
5837
6860
|
msgstr ""
|
5838
6861
|
|
@@ -5893,7 +6916,9 @@ msgstr ""
|
|
5893
6916
|
msgid "delete a filter"
|
5894
6917
|
msgstr ""
|
5895
6918
|
|
5896
|
-
|
6919
|
+
msgid "delete the content view with all the versions and environments"
|
6920
|
+
msgstr ""
|
6921
|
+
|
5897
6922
|
msgid "description"
|
5898
6923
|
msgstr "descrizione"
|
5899
6924
|
|
@@ -6029,9 +7054,6 @@ msgstr ""
|
|
6029
7054
|
msgid "ids to filter content by"
|
6030
7055
|
msgstr "id per filtrare il contenuto per"
|
6031
7056
|
|
6032
|
-
msgid "if a custom sync policy is chosen for ostree repositories then a 'depth' value must be provided"
|
6033
|
-
msgstr ""
|
6034
|
-
|
6035
7057
|
msgid "if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA"
|
6036
7058
|
msgstr ""
|
6037
7059
|
|
@@ -6134,7 +7156,6 @@ msgstr ""
|
|
6134
7156
|
msgid "must be unique within one organization"
|
6135
7157
|
msgstr "deve essere unico all'interno di una organizzazione"
|
6136
7158
|
|
6137
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
6138
7159
|
msgid "must contain '%s'"
|
6139
7160
|
msgstr "deve avere '%s'"
|
6140
7161
|
|
@@ -6150,11 +7171,9 @@ msgstr "deve avere una chiave GPG pubblica valida"
|
|
6150
7171
|
msgid "must contain valid Public GPG Key"
|
6151
7172
|
msgstr "deve avere una chiave GPG pubblica valida"
|
6152
7173
|
|
6153
|
-
# translation auto-copied from project Katello, version 0.1v, document app, author fvalen
|
6154
7174
|
msgid "must not contain leading or trailing white spaces."
|
6155
7175
|
msgstr "non deve avere spazi iniziali o finali."
|
6156
7176
|
|
6157
|
-
# translation auto-copied from project anaconda, version 19.31.34, document anaconda
|
6158
7177
|
msgid "name"
|
6159
7178
|
msgstr "nome"
|
6160
7179
|
|
@@ -6192,7 +7211,7 @@ msgid "new name to be given to the environment"
|
|
6192
7211
|
msgstr "nuovo nome da conferire all'ambiente"
|
6193
7212
|
|
6194
7213
|
msgid "no"
|
6195
|
-
msgstr ""
|
7214
|
+
msgstr "no"
|
6196
7215
|
|
6197
7216
|
msgid "no global default"
|
6198
7217
|
msgstr ""
|
@@ -6200,7 +7219,6 @@ msgstr ""
|
|
6200
7219
|
msgid "obtain manifest history for subscriptions"
|
6201
7220
|
msgstr "ottieni la cronologia del manifesto per le sottoscrizioni"
|
6202
7221
|
|
6203
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
6204
7222
|
msgid "of environment must be unique within one organization"
|
6205
7223
|
msgstr "ambiente deve essere unico all'interno di una organizzazione"
|
6206
7224
|
|
@@ -6261,9 +7279,6 @@ msgstr ""
|
|
6261
7279
|
msgid "policies for HTTP proxy for content sync"
|
6262
7280
|
msgstr ""
|
6263
7281
|
|
6264
|
-
msgid "policies for syncing upstream ostree repositories"
|
6265
|
-
msgstr ""
|
6266
|
-
|
6267
7282
|
msgid "policy for HTTP proxy for content sync"
|
6268
7283
|
msgstr ""
|
6269
7284
|
|
@@ -6285,7 +7300,6 @@ msgstr "rimozione gruppi di pacchetti in corso..."
|
|
6285
7300
|
msgid "removing package..."
|
6286
7301
|
msgstr "Rimozione pacchetto in corso..."
|
6287
7302
|
|
6288
|
-
# translation auto-copied from project CFSE, version sam-1.2, document app, author fvalen
|
6289
7303
|
msgid "removing packages..."
|
6290
7304
|
msgstr "Rimozione pacchetti in corso..."
|
6291
7305
|
|
@@ -6304,9 +7318,6 @@ msgstr "identificatore repositorio"
|
|
6304
7318
|
msgid "repository source url"
|
6305
7319
|
msgstr "URL sorgente del repositorio"
|
6306
7320
|
|
6307
|
-
msgid "repository url"
|
6308
|
-
msgstr "URL del repositorio"
|
6309
|
-
|
6310
7321
|
msgid "repository_id"
|
6311
7322
|
msgstr ""
|
6312
7323
|
|
@@ -6331,6 +7342,9 @@ msgstr ""
|
|
6331
7342
|
msgid "set true if you want to see only library environments"
|
6332
7343
|
msgstr "imposta su vero se desideri visualizzare solo gli ambienti libreria"
|
6333
7344
|
|
7345
|
+
msgid "sha256"
|
7346
|
+
msgstr ""
|
7347
|
+
|
6334
7348
|
msgid "show archived repositories"
|
6335
7349
|
msgstr ""
|
6336
7350
|
|
@@ -6379,20 +7393,20 @@ msgstr ""
|
|
6379
7393
|
msgid "true if this repository can be published via HTTP"
|
6380
7394
|
msgstr "vero se questo repositorio può essere pubblicato tramite HTTP"
|
6381
7395
|
|
6382
|
-
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed"
|
7396
|
+
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
6383
7397
|
msgstr ""
|
6384
7398
|
|
6385
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, docker, modulemd)"
|
7399
|
+
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
6386
7400
|
msgstr ""
|
6387
7401
|
|
6388
7402
|
msgid "type of repo"
|
6389
|
-
msgstr "
|
7403
|
+
msgstr ""
|
6390
7404
|
|
6391
7405
|
msgid "types of filters"
|
6392
7406
|
msgstr ""
|
6393
7407
|
|
6394
7408
|
msgid "unknown permission for %s"
|
6395
|
-
msgstr ""
|
7409
|
+
msgstr "permesso sconosciuto per %s"
|
6396
7410
|
|
6397
7411
|
msgid "update a filter"
|
6398
7412
|
msgstr ""
|
@@ -6412,15 +7426,30 @@ msgstr "Aggiornamento pacchetti in corso..."
|
|
6412
7426
|
msgid "url not defined."
|
6413
7427
|
msgstr "url non definito."
|
6414
7428
|
|
7429
|
+
msgid "via customized remote execution"
|
7430
|
+
msgstr ""
|
7431
|
+
|
7432
|
+
msgid "via remote execution"
|
7433
|
+
msgstr ""
|
7434
|
+
|
7435
|
+
msgid "view content view tabs."
|
7436
|
+
msgstr ""
|
7437
|
+
|
6415
7438
|
msgid "waiting for Candlepin to finish the task"
|
6416
7439
|
msgstr ""
|
6417
7440
|
|
6418
7441
|
msgid "waiting for Pulp to finish the task"
|
6419
7442
|
msgstr ""
|
6420
7443
|
|
7444
|
+
msgid "waiting for Pulp to finish the task %s"
|
7445
|
+
msgstr ""
|
7446
|
+
|
6421
7447
|
msgid "waiting for Pulp to start the task"
|
6422
7448
|
msgstr ""
|
6423
7449
|
|
7450
|
+
msgid "waiting for Pulp to start the task %s"
|
7451
|
+
msgstr ""
|
7452
|
+
|
6424
7453
|
msgid "whitespace-separated list of architectures to be synced from deb-archive"
|
6425
7454
|
msgstr ""
|
6426
7455
|
|
@@ -6434,7 +7463,7 @@ msgid "with"
|
|
6434
7463
|
msgstr ""
|
6435
7464
|
|
6436
7465
|
msgid "yes"
|
6437
|
-
msgstr ""
|
7466
|
+
msgstr "si"
|
6438
7467
|
|
6439
7468
|
msgid "{0} items selected"
|
6440
7469
|
msgstr ""
|