katello 4.13.1 → 4.14.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +12 -8
- data/app/assets/javascripts/katello/locale/bn/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ca/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/cs/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +275 -23
- data/app/assets/javascripts/katello/locale/de/katello.js +280 -28
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/el/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en_US/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/es/katello.js +276 -24
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/fr/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/gl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/gu/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/hi/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/id/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/it/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ja/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/ka/katello.js +280 -28
- data/app/assets/javascripts/katello/locale/kn/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ko/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/mr/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/or/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pa/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pt/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +276 -24
- data/app/assets/javascripts/katello/locale/ro/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ru/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/sl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ta/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/te/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/tr/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/vi/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/zh/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +274 -22
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +118 -74
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -10
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +1 -1
- data/app/controllers/katello/api/v2/api_controller.rb +7 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -4
- data/app/controllers/katello/api/v2/debs_controller.rb +3 -2
- data/app/controllers/katello/api/v2/environments_controller.rb +2 -4
- data/app/controllers/katello/api/v2/host_contents_controller.rb +8 -3
- data/app/controllers/katello/api/v2/host_errata_controller.rb +4 -4
- data/app/controllers/katello/api/v2/host_packages_controller.rb +2 -2
- data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
- data/app/controllers/katello/api/v2/packages_controller.rb +13 -3
- data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +6 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +3 -4
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +13 -14
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +15 -9
- data/app/controllers/katello/api/v2/sync_controller.rb +2 -2
- data/app/controllers/katello/application_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/authorization.rb +3 -2
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +28 -0
- data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +4 -3
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +2 -4
- data/app/controllers/katello/remote_execution_controller.rb +53 -58
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +19 -2
- data/app/helpers/katello/katello_urls_helper.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/update.rb +2 -1
- data/app/lib/actions/katello/capsule_content/verify_checksum.rb +1 -2
- data/app/lib/actions/katello/content_view/publish.rb +1 -0
- data/app/lib/actions/katello/content_view_version/create_repos.rb +1 -0
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +3 -2
- data/app/lib/actions/katello/environment/{publish_repositories.rb → publish_container_repositories.rb} +10 -8
- data/app/lib/actions/katello/foreman/content_update.rb +4 -6
- data/app/lib/actions/katello/host/hypervisors_update.rb +6 -4
- data/app/lib/actions/katello/repository/create.rb +4 -4
- data/app/lib/actions/katello/repository/import_upload.rb +4 -6
- data/app/lib/actions/katello/repository/metadata_generate.rb +1 -0
- data/app/lib/actions/katello/repository/update.rb +3 -3
- data/app/lib/actions/katello/repository_set/enable_repository.rb +5 -6
- data/app/lib/actions/middleware/backend_services_check.rb +3 -2
- data/app/lib/actions/pulp3/abstract_async_task.rb +2 -4
- data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +1 -2
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +5 -1
- data/app/lib/actions/pulp3/orchestration/repository/delete.rb +5 -2
- data/app/lib/actions/pulp3/repository/save_version.rb +3 -5
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -9
- data/app/lib/katello/errors.rb +1 -0
- data/app/lib/katello/http_resource.rb +1 -0
- data/app/lib/katello/lazy_accessor.rb +1 -1
- data/app/lib/katello/resources/candlepin/candlepin_ping.rb +0 -5
- data/app/lib/katello/resources/candlepin/owner.rb +1 -1
- data/app/lib/katello/resources/candlepin/pool.rb +1 -2
- data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
- data/app/lib/katello/resources/cdn.rb +3 -2
- data/app/lib/katello/resources/discovery/yum.rb +3 -3
- data/app/lib/katello/util/cdn_var_substitutor.rb +5 -3
- data/app/lib/katello/util/data.rb +3 -2
- data/app/lib/katello/util/errata.rb +4 -3
- data/app/lib/katello/util/package.rb +3 -3
- data/app/lib/katello/util/path_with_substitutions.rb +1 -1
- data/app/lib/katello/util/report_table.rb +3 -2
- data/app/lib/katello/util/url_matcher.rb +1 -1
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +4 -3
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +5 -7
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/no_trailing_space_validator.rb +2 -2
- data/app/lib/katello/validators/prior_validator.rb +2 -2
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +2 -4
- data/app/models/katello/activation_key.rb +4 -6
- data/app/models/katello/alternate_content_source.rb +1 -1
- data/app/models/katello/authorization/host_tracer.rb +1 -2
- data/app/models/katello/candlepin/repository_mapper.rb +2 -2
- data/app/models/katello/concerns/host_managed_extensions.rb +41 -10
- data/app/models/katello/concerns/hostgroup_extensions.rb +2 -4
- data/app/models/katello/concerns/location_extensions.rb +2 -4
- data/app/models/katello/concerns/operatingsystem_extensions.rb +84 -16
- data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +2 -0
- data/app/models/katello/content_view.rb +5 -1
- data/app/models/katello/content_view_environment.rb +19 -4
- data/app/models/katello/content_view_environment_content_facet.rb +11 -0
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/event.rb +1 -1
- data/app/models/katello/glue/provider.rb +1 -2
- data/app/models/katello/hash_util.rb +1 -1
- data/app/models/katello/host/content_facet.rb +16 -3
- data/app/models/katello/host/subscription_facet.rb +27 -4
- data/app/models/katello/host_collection.rb +12 -8
- data/app/models/katello/pool.rb +5 -1
- data/app/models/katello/product.rb +7 -4
- data/app/models/katello/provider.rb +1 -2
- data/app/models/katello/repository.rb +18 -4
- data/app/models/katello/root_repository.rb +19 -0
- data/app/models/katello/rpm.rb +2 -2
- data/app/models/katello/subscription_facet_pool.rb +1 -1
- data/app/models/katello/sync_plan.rb +5 -4
- data/app/models/katello/task_status.rb +18 -18
- data/app/presenters/katello/product_host_count_presenter.rb +10 -0
- data/app/services/katello/candlepin/consumer.rb +11 -11
- data/app/services/katello/candlepin/message_handler.rb +3 -2
- data/app/services/katello/content_unit_indexer.rb +6 -0
- data/app/services/katello/pulp3/alternate_content_source.rb +1 -3
- data/app/services/katello/pulp3/api/core.rb +1 -1
- data/app/services/katello/pulp3/api/docker.rb +10 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +1 -0
- data/app/services/katello/pulp3/content_view_version/import.rb +6 -4
- data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -3
- data/app/services/katello/pulp3/repository/apt.rb +4 -16
- data/app/services/katello/pulp3/repository/yum.rb +9 -5
- data/app/services/katello/pulp3/repository.rb +2 -2
- data/app/services/katello/pulp3/repository_mirror.rb +2 -9
- data/app/services/katello/pulp3/task.rb +4 -2
- data/app/services/katello/registration_manager.rb +13 -3
- data/app/services/katello/smart_proxy_helper.rb +1 -0
- data/app/views/dashboard/_host_collection_widget.html.erb +5 -4
- data/app/views/foreman/job_templates/install_errata.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +3 -1
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -2
- data/app/views/foreman/job_templates/resolve_traces.erb +5 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/upload_profile.erb +2 -0
- data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +7 -5
- data/app/views/katello/api/v2/content_facet/base.json.rabl +18 -2
- data/app/views/katello/api/v2/packages/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +8 -8
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/index.json.rabl +1 -0
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -0
- data/app/views/overrides/activation_keys/_host_environment_select.html.erb +14 -11
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +4 -4
- data/config/routes/api/v2.rb +3 -1
- data/config/routes.rb +1 -3
- data/db/migrate/20160114200145_add_mirror_on_sync_to_repositories.rb +1 -0
- data/db/migrate/20160131182301_add_download_policy_to_katello_repositories.rb +1 -0
- data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +3 -0
- data/db/migrate/20240522165308_add_priority_to_content_view_environment_content_facet.rb +5 -0
- data/db/migrate/20240621121212_katello_repository_debs_id_bigint.rb +6 -0
- data/db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb +9 -0
- data/db/seeds.d/102-organizations.rb +5 -7
- data/db/seeds.d/150-module_job_templates.rb +7 -9
- data/db/seeds.d/75-job_templates.rb +9 -16
- data/engines/bastion_katello/README.md +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +6 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +6 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -27
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -2
- data/lib/katello/engine.rb +1 -8
- data/lib/katello/permission_creator.rb +3 -2
- data/lib/katello/plugin.rb +31 -27
- data/lib/katello/tasks/clean_old_file_repos.rake +2 -4
- data/lib/katello/tasks/reset.rake +3 -4
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +0 -2
- data/lib/monkeys/ar_postgres_evr_t.rb +2 -0
- data/locale/action_names.rb +1 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +274 -22
- data/locale/bn_IN/katello.po +274 -22
- data/locale/ca/katello.po +274 -22
- data/locale/cs/katello.po +274 -22
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +275 -23
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +280 -28
- data/locale/de_AT/katello.po +274 -22
- data/locale/de_DE/katello.po +274 -22
- data/locale/el/katello.po +274 -22
- data/locale/en/katello.po +274 -22
- data/locale/en_GB/katello.po +274 -22
- data/locale/en_US/katello.po +274 -22
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +276 -24
- data/locale/et_EE/katello.po +274 -22
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +283 -31
- data/locale/gl/katello.po +274 -22
- data/locale/gu/katello.po +274 -22
- data/locale/he_IL/katello.po +274 -22
- data/locale/hi/katello.po +274 -22
- data/locale/id/katello.po +274 -22
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +274 -22
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +283 -31
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +280 -28
- data/locale/katello.pot +1001 -527
- data/locale/kn/katello.po +274 -22
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +274 -22
- data/locale/ml_IN/katello.po +274 -22
- data/locale/mr/katello.po +274 -22
- data/locale/nl_NL/katello.po +274 -22
- data/locale/or/katello.po +274 -22
- data/locale/pa/katello.po +274 -22
- data/locale/pl/katello.po +274 -22
- data/locale/pl_PL/katello.po +274 -22
- data/locale/pt/katello.po +274 -22
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +276 -24
- data/locale/ro/katello.po +274 -22
- data/locale/ro_RO/katello.po +274 -22
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +274 -22
- data/locale/sl/katello.po +274 -22
- data/locale/sv_SE/katello.po +274 -22
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +274 -22
- data/locale/ta_IN/katello.po +274 -22
- data/locale/te/katello.po +274 -22
- data/locale/tr/katello.po +274 -22
- data/locale/vi/katello.po +274 -22
- data/locale/vi_VN/katello.po +274 -22
- data/locale/zh/katello.po +274 -22
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +283 -31
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +274 -22
- data/webpack/ForemanColumnExtensions/index.js +44 -1
- data/webpack/components/Table/TableWrapper.js +6 -0
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +24 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +124 -56
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/HostContentViewActions.js +2 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViewDetailsCard.test.js +44 -10
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +75 -31
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +22 -7
- data/webpack/components/extensions/Hosts/ActionsBar/ActionsBar.scss +14 -0
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +82 -23
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +5 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +171 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +160 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +99 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +157 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/index.js +24 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +157 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +168 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +141 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +252 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/index.js +24 -0
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +176 -0
- data/webpack/components/extensions/Hosts/TableRowActions/index.js +17 -0
- data/webpack/global_index.js +11 -3
- data/webpack/redux/actions/RedHatRepositories/repositorySetRepositories.js +5 -6
- data/webpack/redux/reducers/RedHatRepositories/__tests__/repositorySetRepositories.test.js +1 -1
- data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +1 -1
- data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -1
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +3 -2
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +2 -1
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +2 -2
- data/webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js +1 -0
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +10 -0
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +6 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +2 -0
- data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +14 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +10 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.fixtures.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +10 -0
- data/webpack/scenes/Tasks/helpers.js +1 -1
- metadata +24 -63
- data/app/assets/javascripts/katello/containers/container.js +0 -304
- data/app/lib/katello/util/http_helper.rb +0 -15
- data/app/models/732bd3db9f64c621c64d2be4f2a838727aac0845.patch +0 -61
- data/app/models/katello/repository.rb.bak +0 -978
- data/app/services/katello/pulp3/content_view_version/import_validator.rb.bak +0 -166
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb.bak +0 -164
- data/lib/katello/tasks/update_repository_expiry.rake +0 -114
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/webpack/global_test_setup.js.bak +0 -59
- data/webpack/utils/useKatelloDocUrl.js +0 -18
data/locale/zh_TW/katello.po
CHANGED
@@ -158,6 +158,9 @@ msgstr ""
|
|
158
158
|
msgid "%s is unreachable. %s"
|
159
159
|
msgstr ""
|
160
160
|
|
161
|
+
msgid "%s was not found!"
|
162
|
+
msgstr ""
|
163
|
+
|
161
164
|
msgid "%{errata} (%{total} other errata)"
|
162
165
|
msgstr "%{errata}(%{total} 個其它勘誤)"
|
163
166
|
|
@@ -413,6 +416,12 @@ msgstr ""
|
|
413
416
|
msgid "A backend service [ %s ] is unreachable"
|
414
417
|
msgstr "無法連上後端服務 [ %s ]"
|
415
418
|
|
419
|
+
msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
|
420
|
+
msgstr ""
|
421
|
+
|
422
|
+
msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
423
|
+
msgstr ""
|
424
|
+
|
416
425
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
417
426
|
msgstr "許多勘誤並未套用於此內容視域,因此只顯示了前 100 個。"
|
418
427
|
|
@@ -521,7 +530,7 @@ msgstr ""
|
|
521
530
|
msgid "Activation keys can be managed {here}."
|
522
531
|
msgstr ""
|
523
532
|
|
524
|
-
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
533
|
+
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group."
|
525
534
|
msgstr ""
|
526
535
|
|
527
536
|
msgid "Activation keys may be used during {system_registration}."
|
@@ -647,6 +656,9 @@ msgstr ""
|
|
647
656
|
msgid "Affected Repositories"
|
648
657
|
msgstr ""
|
649
658
|
|
659
|
+
msgid "Affected hosts"
|
660
|
+
msgstr ""
|
661
|
+
|
650
662
|
msgid "Affected repositories"
|
651
663
|
msgstr ""
|
652
664
|
|
@@ -686,7 +698,7 @@ msgstr ""
|
|
686
698
|
msgid "All versions will be removed from these environments"
|
687
699
|
msgstr ""
|
688
700
|
|
689
|
-
msgid "Allow a host to be
|
701
|
+
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
690
702
|
msgstr ""
|
691
703
|
|
692
704
|
msgid "Allow deleting repositories in published content views"
|
@@ -785,15 +797,24 @@ msgstr "可套用"
|
|
785
797
|
msgid "Applicable Content Hosts"
|
786
798
|
msgstr ""
|
787
799
|
|
800
|
+
msgid "Applicable bugfix/enhancement errata"
|
801
|
+
msgstr ""
|
802
|
+
|
788
803
|
msgid "Applicable errata apply to at least one package installed on the host."
|
789
804
|
msgstr ""
|
790
805
|
|
806
|
+
msgid "Applicable security errata"
|
807
|
+
msgstr ""
|
808
|
+
|
791
809
|
msgid "Application"
|
792
810
|
msgstr "應用程式"
|
793
811
|
|
794
812
|
msgid "Apply"
|
795
813
|
msgstr "套用"
|
796
814
|
|
815
|
+
msgid "Apply errata"
|
816
|
+
msgstr ""
|
817
|
+
|
797
818
|
msgid "Apply erratum"
|
798
819
|
msgstr ""
|
799
820
|
|
@@ -860,6 +881,9 @@ msgstr ""
|
|
860
881
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
861
882
|
msgstr ""
|
862
883
|
|
884
|
+
msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
885
|
+
msgstr ""
|
886
|
+
|
863
887
|
msgid "Array of host ids"
|
864
888
|
msgstr "主機 ID 陣列"
|
865
889
|
|
@@ -897,6 +921,9 @@ msgstr ""
|
|
897
921
|
msgid "Assign the release version to one or more hosts"
|
898
922
|
msgstr ""
|
899
923
|
|
924
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
925
|
+
msgstr ""
|
926
|
+
|
900
927
|
msgid "Associated location IDs"
|
901
928
|
msgstr ""
|
902
929
|
|
@@ -1092,6 +1119,9 @@ msgstr "根據特定內容視域,計算可套用的勘誤"
|
|
1092
1119
|
msgid "Calculate Applicable Errata based on a particular Environment"
|
1093
1120
|
msgstr "根據特定環境,計算可套用的勘誤"
|
1094
1121
|
|
1122
|
+
msgid "Calculate content counts on smart proxies automatically"
|
1123
|
+
msgstr ""
|
1124
|
+
|
1095
1125
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
1096
1126
|
msgstr ""
|
1097
1127
|
|
@@ -1233,6 +1263,9 @@ msgstr ""
|
|
1233
1263
|
msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
|
1234
1264
|
msgstr ""
|
1235
1265
|
|
1266
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
1267
|
+
msgstr ""
|
1268
|
+
|
1236
1269
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1237
1270
|
msgstr "無法在一個複合式內容視域版本(%{name} 版本 版本 %{version})中執行一項遞增的更新"
|
1238
1271
|
|
@@ -1263,6 +1296,9 @@ msgstr "無法從非自訂軟體庫移除內容"
|
|
1263
1296
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1264
1297
|
msgstr "無法從環境移除內容視域。內容視域 '%{view}' 並不位於生命週期環境 '%{env}' 中。"
|
1265
1298
|
|
1299
|
+
msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
|
1300
|
+
msgstr ""
|
1301
|
+
|
1266
1302
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1267
1303
|
msgstr ""
|
1268
1304
|
|
@@ -1281,6 +1317,12 @@ msgstr "無法為複合檢視指定內容"
|
|
1281
1317
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
1282
1318
|
msgstr ""
|
1283
1319
|
|
1320
|
+
msgid "Cannot update properties of a container push repository"
|
1321
|
+
msgstr ""
|
1322
|
+
|
1323
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1324
|
+
msgstr ""
|
1325
|
+
|
1284
1326
|
msgid "Cannot upload Ansible collections."
|
1285
1327
|
msgstr ""
|
1286
1328
|
|
@@ -1326,10 +1368,10 @@ msgstr ""
|
|
1326
1368
|
msgid "Checksum of file to upload"
|
1327
1369
|
msgstr ""
|
1328
1370
|
|
1329
|
-
msgid "Checksum
|
1371
|
+
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
1330
1372
|
msgstr ""
|
1331
1373
|
|
1332
|
-
msgid "Checksum
|
1374
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
1333
1375
|
msgstr ""
|
1334
1376
|
|
1335
1377
|
msgid "Choose content credentials if required for this RHUI source."
|
@@ -1362,6 +1404,9 @@ msgstr "關閉"
|
|
1362
1404
|
msgid "Collapse All"
|
1363
1405
|
msgstr "全部收回"
|
1364
1406
|
|
1407
|
+
msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1408
|
+
msgstr ""
|
1409
|
+
|
1365
1410
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
1366
1411
|
msgstr ""
|
1367
1412
|
|
@@ -1374,6 +1419,9 @@ msgstr ""
|
|
1374
1419
|
msgid "Compare"
|
1375
1420
|
msgstr ""
|
1376
1421
|
|
1422
|
+
msgid "Completed pulp task protection days"
|
1423
|
+
msgstr ""
|
1424
|
+
|
1377
1425
|
msgid "Component"
|
1378
1426
|
msgstr "元件"
|
1379
1427
|
|
@@ -1602,6 +1650,9 @@ msgstr ""
|
|
1602
1650
|
msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
|
1603
1651
|
msgstr ""
|
1604
1652
|
|
1653
|
+
msgid "Content type does not support repo discovery"
|
1654
|
+
msgstr ""
|
1655
|
+
|
1605
1656
|
msgid "Content view"
|
1606
1657
|
msgstr ""
|
1607
1658
|
|
@@ -1632,10 +1683,10 @@ msgstr ""
|
|
1632
1683
|
msgid "Content view and lifecycle environment must be provided together"
|
1633
1684
|
msgstr ""
|
1634
1685
|
|
1635
|
-
msgid "Content view
|
1686
|
+
msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
|
1636
1687
|
msgstr ""
|
1637
1688
|
|
1638
|
-
msgid "Content view
|
1689
|
+
msgid "Content view environments"
|
1639
1690
|
msgstr ""
|
1640
1691
|
|
1641
1692
|
msgid "Content view environments and activation key must all belong to the same organization"
|
@@ -1761,6 +1812,15 @@ msgstr "找不到所有指定的勘誤 ID:%s"
|
|
1761
1812
|
msgid "Could not find environments for promotion"
|
1762
1813
|
msgstr ""
|
1763
1814
|
|
1815
|
+
msgid "Could not locate Pulp distribution."
|
1816
|
+
msgstr ""
|
1817
|
+
|
1818
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
1819
|
+
msgstr ""
|
1820
|
+
|
1821
|
+
msgid "Could not locate repository properties for content indexing."
|
1822
|
+
msgstr ""
|
1823
|
+
|
1764
1824
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1765
1825
|
msgstr ""
|
1766
1826
|
|
@@ -2289,7 +2349,7 @@ msgstr "銷毀一或更多個軟體庫"
|
|
2289
2349
|
msgid "Details"
|
2290
2350
|
msgstr "詳細資料"
|
2291
2351
|
|
2292
|
-
msgid "Determining settings for ${name}"
|
2352
|
+
msgid "Determining settings for ${truncate(name)}"
|
2293
2353
|
msgstr ""
|
2294
2354
|
|
2295
2355
|
msgid "Digest"
|
@@ -2352,6 +2412,12 @@ msgstr "下載除錯憑證"
|
|
2352
2412
|
msgid "Download rate limit"
|
2353
2413
|
msgstr ""
|
2354
2414
|
|
2415
|
+
msgid "Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format."
|
2416
|
+
msgstr ""
|
2417
|
+
|
2418
|
+
msgid "Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format."
|
2419
|
+
msgstr ""
|
2420
|
+
|
2355
2421
|
msgid "Duplicate artifact detected"
|
2356
2422
|
msgstr ""
|
2357
2423
|
|
@@ -2550,6 +2616,12 @@ msgstr "勘誤 (RHSA-2012:108) 的勘誤 ID"
|
|
2550
2616
|
msgid "Errata mail"
|
2551
2617
|
msgstr "勘誤郵件"
|
2552
2618
|
|
2619
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2620
|
+
msgstr ""
|
2621
|
+
|
2622
|
+
msgid "Errata to apply"
|
2623
|
+
msgstr ""
|
2624
|
+
|
2553
2625
|
msgid "Errata to exclusively include in the action"
|
2554
2626
|
msgstr ""
|
2555
2627
|
|
@@ -2598,6 +2670,9 @@ msgstr ""
|
|
2598
2670
|
msgid "Exclude"
|
2599
2671
|
msgstr "排除"
|
2600
2672
|
|
2673
|
+
msgid "Exclude Refs"
|
2674
|
+
msgstr ""
|
2675
|
+
|
2601
2676
|
msgid "Exclude all RPMs not associated to any errata"
|
2602
2677
|
msgstr ""
|
2603
2678
|
|
@@ -3101,6 +3176,9 @@ msgstr "主機與可安裝的勘誤"
|
|
3101
3176
|
msgid "Hosts: "
|
3102
3177
|
msgstr ""
|
3103
3178
|
|
3179
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
3180
|
+
msgstr ""
|
3181
|
+
|
3104
3182
|
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."
|
3105
3183
|
msgstr ""
|
3106
3184
|
|
@@ -3230,9 +3308,18 @@ msgstr ""
|
|
3230
3308
|
msgid "Id of the repository to limit verifying checksum on"
|
3231
3309
|
msgstr ""
|
3232
3310
|
|
3311
|
+
msgid "Id of the single content view to be associated with the host."
|
3312
|
+
msgstr ""
|
3313
|
+
|
3314
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
3315
|
+
msgstr ""
|
3316
|
+
|
3233
3317
|
msgid "Id of the smart proxy"
|
3234
3318
|
msgstr ""
|
3235
3319
|
|
3320
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
3321
|
+
msgstr ""
|
3322
|
+
|
3236
3323
|
msgid "Idenifier of the SSL CA Cert"
|
3237
3324
|
msgstr ""
|
3238
3325
|
|
@@ -3286,13 +3373,16 @@ msgstr ""
|
|
3286
3373
|
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"
|
3287
3374
|
msgstr ""
|
3288
3375
|
|
3376
|
+
msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
|
3377
|
+
msgstr ""
|
3378
|
+
|
3289
3379
|
msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
|
3290
3380
|
msgstr ""
|
3291
3381
|
|
3292
3382
|
msgid "If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
|
3293
3383
|
msgstr ""
|
3294
3384
|
|
3295
|
-
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
|
3385
|
+
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget."
|
3296
3386
|
msgstr ""
|
3297
3387
|
|
3298
3388
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -3415,6 +3505,9 @@ msgstr ""
|
|
3415
3505
|
msgid "Include"
|
3416
3506
|
msgstr "包含"
|
3417
3507
|
|
3508
|
+
msgid "Include Refs"
|
3509
|
+
msgstr ""
|
3510
|
+
|
3418
3511
|
msgid "Include all RPMs not associated to any errata"
|
3419
3512
|
msgstr ""
|
3420
3513
|
|
@@ -3514,9 +3607,15 @@ msgstr ""
|
|
3514
3607
|
msgid "Installable"
|
3515
3608
|
msgstr "可安裝"
|
3516
3609
|
|
3610
|
+
msgid "Installable bugfix/enhancement errata"
|
3611
|
+
msgstr ""
|
3612
|
+
|
3517
3613
|
msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
|
3518
3614
|
msgstr ""
|
3519
3615
|
|
3616
|
+
msgid "Installable security errata"
|
3617
|
+
msgstr ""
|
3618
|
+
|
3520
3619
|
msgid "Installable updates"
|
3521
3620
|
msgstr ""
|
3522
3621
|
|
@@ -3598,6 +3697,24 @@ msgstr ""
|
|
3598
3697
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3599
3698
|
msgstr "指定了無效的篩選器規則,'version' 不可指定為與 'min_version' 或 'max_version' 相同的變數值組"
|
3600
3699
|
|
3700
|
+
msgid "Invalid format. Container name cannot be blank."
|
3701
|
+
msgstr ""
|
3702
|
+
|
3703
|
+
msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
|
3704
|
+
msgstr ""
|
3705
|
+
|
3706
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
3707
|
+
msgstr ""
|
3708
|
+
|
3709
|
+
msgid "Invalid format. Organization label cannot be blank."
|
3710
|
+
msgstr ""
|
3711
|
+
|
3712
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
3713
|
+
msgstr ""
|
3714
|
+
|
3715
|
+
msgid "Invalid format. Product label cannot be blank."
|
3716
|
+
msgstr ""
|
3717
|
+
|
3601
3718
|
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3602
3719
|
msgstr ""
|
3603
3720
|
|
@@ -3874,6 +3991,9 @@ msgstr "列出所有 :resource_id"
|
|
3874
3991
|
msgid "List all organizations"
|
3875
3992
|
msgstr "列出所有組織"
|
3876
3993
|
|
3994
|
+
msgid "List all packages unique by name"
|
3995
|
+
msgstr ""
|
3996
|
+
|
3877
3997
|
msgid "List alternate content sources."
|
3878
3998
|
msgstr ""
|
3879
3999
|
|
@@ -4114,6 +4234,15 @@ msgstr ""
|
|
4114
4234
|
msgid "Manage Manifest"
|
4115
4235
|
msgstr "管理清單"
|
4116
4236
|
|
4237
|
+
msgid "Manage content"
|
4238
|
+
msgstr ""
|
4239
|
+
|
4240
|
+
msgid "Manage errata"
|
4241
|
+
msgstr ""
|
4242
|
+
|
4243
|
+
msgid "Manage packages"
|
4244
|
+
msgstr ""
|
4245
|
+
|
4117
4246
|
msgid "Manifest"
|
4118
4247
|
msgstr ""
|
4119
4248
|
|
@@ -4413,6 +4542,12 @@ msgstr ""
|
|
4413
4542
|
msgid "No available component content view updates"
|
4414
4543
|
msgstr ""
|
4415
4544
|
|
4545
|
+
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4546
|
+
msgstr ""
|
4547
|
+
|
4548
|
+
msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
|
4549
|
+
msgstr ""
|
4550
|
+
|
4416
4551
|
msgid "No available repository or filter updates"
|
4417
4552
|
msgstr ""
|
4418
4553
|
|
@@ -4467,6 +4602,9 @@ msgstr ""
|
|
4467
4602
|
msgid "No errata filter rules yet"
|
4468
4603
|
msgstr ""
|
4469
4604
|
|
4605
|
+
msgid "No errata found."
|
4606
|
+
msgstr ""
|
4607
|
+
|
4470
4608
|
msgid "No errata matching given search query"
|
4471
4609
|
msgstr ""
|
4472
4610
|
|
@@ -4506,6 +4644,9 @@ msgstr ""
|
|
4506
4644
|
msgid "No hosts were specified"
|
4507
4645
|
msgstr ""
|
4508
4646
|
|
4647
|
+
msgid "No installed debs found for search term '%s'"
|
4648
|
+
msgstr ""
|
4649
|
+
|
4509
4650
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
4510
4651
|
msgstr ""
|
4511
4652
|
|
@@ -4677,6 +4818,12 @@ msgstr ""
|
|
4677
4818
|
msgid "No syncable repositories found for selected products and options."
|
4678
4819
|
msgstr ""
|
4679
4820
|
|
4821
|
+
msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
|
4822
|
+
msgstr ""
|
4823
|
+
|
4824
|
+
msgid "No upgradable packages found."
|
4825
|
+
msgstr ""
|
4826
|
+
|
4680
4827
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4681
4828
|
msgstr ""
|
4682
4829
|
|
@@ -4743,6 +4890,9 @@ msgstr ""
|
|
4743
4890
|
msgid "Number to Allocate"
|
4744
4891
|
msgstr ""
|
4745
4892
|
|
4893
|
+
msgid "OS"
|
4894
|
+
msgstr ""
|
4895
|
+
|
4746
4896
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4747
4897
|
msgstr ""
|
4748
4898
|
|
@@ -4830,15 +4980,24 @@ msgstr "組織不能是空的。"
|
|
4830
4980
|
msgid "Organization id"
|
4831
4981
|
msgstr "組織 ID"
|
4832
4982
|
|
4983
|
+
msgid "Organization id not found: '%s'"
|
4984
|
+
msgstr ""
|
4985
|
+
|
4833
4986
|
msgid "Organization identifier"
|
4834
4987
|
msgstr "組織識別子"
|
4835
4988
|
|
4836
4989
|
msgid "Organization label"
|
4837
4990
|
msgstr "組織標籤"
|
4838
4991
|
|
4992
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
4993
|
+
msgstr ""
|
4994
|
+
|
4839
4995
|
msgid "Organization not found"
|
4840
4996
|
msgstr ""
|
4841
4997
|
|
4998
|
+
msgid "Organization not found: '%s'"
|
4999
|
+
msgstr ""
|
5000
|
+
|
4842
5001
|
msgid "Organization required"
|
4843
5002
|
msgstr "需要的組織"
|
4844
5003
|
|
@@ -5028,6 +5187,15 @@ msgstr "套件"
|
|
5028
5187
|
msgid "Packages must be provided"
|
5029
5188
|
msgstr "必須提供套件"
|
5030
5189
|
|
5190
|
+
msgid "Packages to be removed"
|
5191
|
+
msgstr ""
|
5192
|
+
|
5193
|
+
msgid "Packages to be updated"
|
5194
|
+
msgstr ""
|
5195
|
+
|
5196
|
+
msgid "Packages to install"
|
5197
|
+
msgstr ""
|
5198
|
+
|
5031
5199
|
msgid "Packages will appear here when available."
|
5032
5200
|
msgstr ""
|
5033
5201
|
|
@@ -5139,10 +5307,10 @@ msgstr "請稍等..."
|
|
5139
5307
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5140
5308
|
msgstr ""
|
5141
5309
|
|
5142
|
-
msgid "Prefer registered through
|
5310
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
5143
5311
|
msgstr ""
|
5144
5312
|
|
5145
|
-
msgid "Prefer using a
|
5313
|
+
msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
|
5146
5314
|
msgstr ""
|
5147
5315
|
|
5148
5316
|
msgid "Prevent from further updates"
|
@@ -5198,15 +5366,24 @@ msgid ""
|
|
5198
5366
|
" this is not the same product id as the products api returns"
|
5199
5367
|
msgstr ""
|
5200
5368
|
|
5369
|
+
msgid "Product id not found: '%s'"
|
5370
|
+
msgstr ""
|
5371
|
+
|
5201
5372
|
msgid "Product label"
|
5202
5373
|
msgstr ""
|
5203
5374
|
|
5375
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5376
|
+
msgstr ""
|
5377
|
+
|
5204
5378
|
msgid "Product name"
|
5205
5379
|
msgstr "產品名稱"
|
5206
5380
|
|
5207
5381
|
msgid "Product name as listed from a host's installed products"
|
5208
5382
|
msgstr "來自主機已安裝產品的產品名稱"
|
5209
5383
|
|
5384
|
+
msgid "Product not found: '%s'"
|
5385
|
+
msgstr ""
|
5386
|
+
|
5210
5387
|
msgid "Product the repository belongs to"
|
5211
5388
|
msgstr "產品的軟體庫屬於"
|
5212
5389
|
|
@@ -5285,7 +5462,7 @@ msgstr ""
|
|
5285
5462
|
msgid "Publish"
|
5286
5463
|
msgstr "發行"
|
5287
5464
|
|
5288
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5465
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5289
5466
|
msgstr ""
|
5290
5467
|
|
5291
5468
|
msgid "Publish a content view"
|
@@ -5303,7 +5480,7 @@ msgstr ""
|
|
5303
5480
|
msgid "Published new version"
|
5304
5481
|
msgstr "已出版的新版本"
|
5305
5482
|
|
5306
|
-
msgid "Publishing ${name}"
|
5483
|
+
msgid "Publishing ${truncate(name)}"
|
5307
5484
|
msgstr ""
|
5308
5485
|
|
5309
5486
|
msgid "Publishing content view"
|
@@ -5693,6 +5870,9 @@ msgstr "透過 Katello 介面移除套件群組"
|
|
5693
5870
|
msgid "Remove package via Katello interface"
|
5694
5871
|
msgstr "透過 Katello 介面移除套件"
|
5695
5872
|
|
5873
|
+
msgid "Remove packages"
|
5874
|
+
msgstr ""
|
5875
|
+
|
5696
5876
|
msgid "Remove packages via Katello interface"
|
5697
5877
|
msgstr ""
|
5698
5878
|
|
@@ -5804,6 +5984,9 @@ msgstr ""
|
|
5804
5984
|
msgid "Repository name"
|
5805
5985
|
msgstr ""
|
5806
5986
|
|
5987
|
+
msgid "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema."
|
5988
|
+
msgstr ""
|
5989
|
+
|
5807
5990
|
msgid "Repository not found"
|
5808
5991
|
msgstr "找不到軟體庫"
|
5809
5992
|
|
@@ -5858,6 +6041,9 @@ msgstr ""
|
|
5858
6041
|
msgid "Republish repository metadata"
|
5859
6042
|
msgstr ""
|
5860
6043
|
|
6044
|
+
msgid "Requested access to '%s' is denied"
|
6045
|
+
msgstr ""
|
6046
|
+
|
5861
6047
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5862
6048
|
msgstr ""
|
5863
6049
|
|
@@ -6005,15 +6191,27 @@ msgstr ""
|
|
6005
6191
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
6006
6192
|
msgstr ""
|
6007
6193
|
|
6194
|
+
msgid "Review"
|
6195
|
+
msgstr ""
|
6196
|
+
|
6008
6197
|
msgid "Review affected environment"
|
6009
6198
|
msgstr ""
|
6010
6199
|
|
6011
6200
|
msgid "Review affected environments"
|
6012
6201
|
msgstr ""
|
6013
6202
|
|
6203
|
+
msgid "Review and optionally exclude hosts from your selection."
|
6204
|
+
msgstr ""
|
6205
|
+
|
6206
|
+
msgid "Review and then click {submitBtnText}."
|
6207
|
+
msgstr ""
|
6208
|
+
|
6014
6209
|
msgid "Review details"
|
6015
6210
|
msgstr ""
|
6016
6211
|
|
6212
|
+
msgid "Review hosts"
|
6213
|
+
msgstr ""
|
6214
|
+
|
6017
6215
|
msgid "Review the information below and click "
|
6018
6216
|
msgstr ""
|
6019
6217
|
|
@@ -6173,6 +6371,9 @@ msgstr ""
|
|
6173
6371
|
msgid "Select a source"
|
6174
6372
|
msgstr ""
|
6175
6373
|
|
6374
|
+
msgid "Select action"
|
6375
|
+
msgstr ""
|
6376
|
+
|
6176
6377
|
msgid "Select add-ons"
|
6177
6378
|
msgstr ""
|
6178
6379
|
|
@@ -6194,10 +6395,16 @@ msgstr ""
|
|
6194
6395
|
msgid "Select an organization"
|
6195
6396
|
msgstr ""
|
6196
6397
|
|
6398
|
+
msgid "Select at least one erratum."
|
6399
|
+
msgstr ""
|
6400
|
+
|
6401
|
+
msgid "Select at least one package."
|
6402
|
+
msgstr ""
|
6403
|
+
|
6197
6404
|
msgid "Select attributes for ${akDetails.name}"
|
6198
6405
|
msgstr ""
|
6199
6406
|
|
6200
|
-
msgid "Select available version of ${cvName} to use"
|
6407
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
6201
6408
|
msgstr ""
|
6202
6409
|
|
6203
6410
|
msgid "Select available version of content views to use"
|
@@ -6209,6 +6416,12 @@ msgstr ""
|
|
6209
6416
|
msgid "Select environment"
|
6210
6417
|
msgstr "選擇環境"
|
6211
6418
|
|
6419
|
+
msgid "Select errata"
|
6420
|
+
msgstr ""
|
6421
|
+
|
6422
|
+
msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
|
6423
|
+
msgstr ""
|
6424
|
+
|
6212
6425
|
msgid "Select host collection(s) to associate with host {hostName}."
|
6213
6426
|
msgstr ""
|
6214
6427
|
|
@@ -6227,9 +6440,18 @@ msgstr ""
|
|
6227
6440
|
msgid "Select one"
|
6228
6441
|
msgstr ""
|
6229
6442
|
|
6443
|
+
msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
|
6444
|
+
msgstr ""
|
6445
|
+
|
6230
6446
|
msgid "Select packages to install to the host {hostName}."
|
6231
6447
|
msgstr ""
|
6232
6448
|
|
6449
|
+
msgid "Select packages to remove on the selected hosts."
|
6450
|
+
msgstr ""
|
6451
|
+
|
6452
|
+
msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
|
6453
|
+
msgstr ""
|
6454
|
+
|
6233
6455
|
msgid "Select page"
|
6234
6456
|
msgstr ""
|
6235
6457
|
|
@@ -6266,6 +6488,12 @@ msgstr ""
|
|
6266
6488
|
msgid "Selected environments "
|
6267
6489
|
msgstr ""
|
6268
6490
|
|
6491
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
6492
|
+
msgstr ""
|
6493
|
+
|
6494
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
6495
|
+
msgstr ""
|
6496
|
+
|
6269
6497
|
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
6270
6498
|
msgstr ""
|
6271
6499
|
|
@@ -7269,6 +7497,9 @@ msgstr ""
|
|
7269
7497
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7270
7498
|
msgstr ""
|
7271
7499
|
|
7500
|
+
msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
|
7501
|
+
msgstr ""
|
7502
|
+
|
7272
7503
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7273
7504
|
msgstr ""
|
7274
7505
|
|
@@ -7281,6 +7512,9 @@ msgstr ""
|
|
7281
7512
|
msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
|
7282
7513
|
msgstr ""
|
7283
7514
|
|
7515
|
+
msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
|
7516
|
+
msgstr ""
|
7517
|
+
|
7284
7518
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
7285
7519
|
msgstr ""
|
7286
7520
|
|
@@ -7362,6 +7596,9 @@ msgstr ""
|
|
7362
7596
|
msgid "Title"
|
7363
7597
|
msgstr "提示"
|
7364
7598
|
|
7599
|
+
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7600
|
+
msgstr ""
|
7601
|
+
|
7365
7602
|
msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
|
7366
7603
|
msgstr ""
|
7367
7604
|
|
@@ -7383,6 +7620,12 @@ msgstr ""
|
|
7383
7620
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
7384
7621
|
msgstr ""
|
7385
7622
|
|
7623
|
+
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7624
|
+
msgstr ""
|
7625
|
+
|
7626
|
+
msgid "To manage packages, select an action."
|
7627
|
+
msgstr ""
|
7628
|
+
|
7386
7629
|
msgid "Total steps: "
|
7387
7630
|
msgstr ""
|
7388
7631
|
|
@@ -7602,9 +7845,6 @@ msgstr ""
|
|
7602
7845
|
msgid "Unsupported CDN resource"
|
7603
7846
|
msgstr ""
|
7604
7847
|
|
7605
|
-
msgid "Unsupported URL protocol %s."
|
7606
|
-
msgstr "不支援的 URL 通訊協定 %s。"
|
7607
|
-
|
7608
7848
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
7609
7849
|
msgstr ""
|
7610
7850
|
|
@@ -7782,6 +8022,12 @@ msgstr ""
|
|
7782
8022
|
msgid "Upgrade"
|
7783
8023
|
msgstr ""
|
7784
8024
|
|
8025
|
+
msgid "Upgrade all packages"
|
8026
|
+
msgstr ""
|
8027
|
+
|
8028
|
+
msgid "Upgrade packages"
|
8029
|
+
msgstr ""
|
8030
|
+
|
7785
8031
|
msgid "Upgrade via customized remote execution"
|
7786
8032
|
msgstr ""
|
7787
8033
|
|
@@ -7797,9 +8043,6 @@ msgstr "上傳一組檔案內容"
|
|
7797
8043
|
msgid "Upload a subscription manifest"
|
7798
8044
|
msgstr "上傳訂閱清單"
|
7799
8045
|
|
7800
|
-
msgid "Upload content into the repository"
|
7801
|
-
msgstr "上傳內容至軟體庫"
|
7802
|
-
|
7803
8046
|
msgid "Upload into"
|
7804
8047
|
msgstr "上傳入"
|
7805
8048
|
|
@@ -7968,9 +8211,6 @@ msgstr ""
|
|
7968
8211
|
msgid "Version details updated."
|
7969
8212
|
msgstr ""
|
7970
8213
|
|
7971
|
-
msgid "Version in use"
|
7972
|
-
msgstr ""
|
7973
|
-
|
7974
8214
|
msgid "Versions"
|
7975
8215
|
msgstr "版本"
|
7976
8216
|
|
@@ -8145,6 +8385,9 @@ msgstr ""
|
|
8145
8385
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8146
8386
|
msgstr ""
|
8147
8387
|
|
8388
|
+
msgid "You must select at least one host."
|
8389
|
+
msgstr ""
|
8390
|
+
|
8148
8391
|
msgid "You were not allowed to add %s"
|
8149
8392
|
msgstr "不允許新增 %s"
|
8150
8393
|
|
@@ -8163,6 +8406,9 @@ msgstr ""
|
|
8163
8406
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8164
8407
|
msgstr ""
|
8165
8408
|
|
8409
|
+
msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
|
8410
|
+
msgstr ""
|
8411
|
+
|
8166
8412
|
msgid "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest."
|
8167
8413
|
msgstr ""
|
8168
8414
|
|
@@ -8604,6 +8850,9 @@ msgstr ""
|
|
8604
8850
|
msgid "initiating Pulp task"
|
8605
8851
|
msgstr "初始化 Pulp 任務"
|
8606
8852
|
|
8853
|
+
msgid "installed"
|
8854
|
+
msgstr ""
|
8855
|
+
|
8607
8856
|
msgid "installing errata..."
|
8608
8857
|
msgstr "正在安裝勘誤..."
|
8609
8858
|
|
@@ -8958,6 +9207,9 @@ msgstr ""
|
|
8958
9207
|
msgid "update a filter"
|
8959
9208
|
msgstr "更新篩選器"
|
8960
9209
|
|
9210
|
+
msgid "updated"
|
9211
|
+
msgstr ""
|
9212
|
+
|
8961
9213
|
msgid "updating package group..."
|
8962
9214
|
msgstr "正在更新套件群組..."
|
8963
9215
|
|