katello 4.15.0 → 4.16.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/katello_object.js +2 -2
- data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
- data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
- data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
- data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
- data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
- data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
- data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
- data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
- data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
- data/app/controllers/katello/sync_management_controller.rb +6 -2
- data/app/helpers/katello/content_source_helper.rb +8 -1
- data/app/helpers/katello/content_view_helper.rb +3 -1
- data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
- data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
- data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
- data/app/lib/actions/katello/activation_key/create.rb +1 -2
- data/app/lib/actions/katello/activation_key/update.rb +2 -4
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
- data/app/lib/actions/katello/content_view/publish.rb +7 -2
- data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
- data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
- data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
- data/app/lib/katello/api/v2/rendering.rb +2 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
- data/app/lib/katello/resources/candlepin/product.rb +2 -1
- data/app/lib/katello/util/cveak_migrator.rb +3 -2
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/content_validator.rb +1 -1
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
- data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
- data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
- data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
- data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
- data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
- data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
- data/app/lib/katello/validators/library_presence_validator.rb +1 -1
- data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
- data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
- data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
- data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
- data/app/lib/katello/validators/prior_validator.rb +1 -1
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
- data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
- data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
- data/app/models/katello/activation_key.rb +6 -17
- data/app/models/katello/authorization/flatpak_remote.rb +33 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
- data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
- data/app/models/katello/content_view.rb +4 -2
- data/app/models/katello/content_view_erratum_filter.rb +18 -2
- data/app/models/katello/content_view_version.rb +6 -0
- data/app/models/katello/docker_manifest.rb +8 -0
- data/app/models/katello/docker_manifest_list.rb +8 -0
- data/app/models/katello/erratum.rb +8 -2
- data/app/models/katello/flatpak_remote.rb +16 -0
- data/app/models/katello/flatpak_remote_repository.rb +18 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +12 -1
- data/app/models/katello/host/content_facet.rb +42 -3
- data/app/models/katello/host/subscription_facet.rb +4 -12
- data/app/models/katello/repository.rb +21 -8
- data/app/models/katello/rhel_lifecycle_status.rb +6 -0
- data/app/models/katello/root_repository.rb +6 -8
- data/app/models/katello/upstream_pool.rb +1 -0
- data/app/overrides/add_organization_attributes.rb +6 -0
- data/app/services/katello/product_content_finder.rb +2 -1
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest.rb +3 -2
- data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
- data/app/services/katello/pulp3/repository/apt.rb +16 -18
- data/app/services/katello/pulp3/repository/file.rb +4 -2
- data/app/services/katello/pulp3/repository.rb +4 -0
- data/app/services/katello/pulp3/task.rb +2 -2
- data/app/views/foreman/job_templates/bootc_action.erb +26 -0
- data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
- data/app/views/foreman/job_templates/bootc_status.erb +13 -0
- data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
- data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
- data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
- data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
- data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
- data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
- data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
- data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/config/initializers/monkeys.rb +0 -1
- data/config/initializers/pagelets.rb +6 -0
- data/config/routes/api/registry.rb +1 -0
- data/config/routes/api/v2.rb +21 -0
- data/config/routes/overrides.rb +1 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
- data/db/migrate/20200213184848_create_evr_type.rb +126 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
- data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
- data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
- data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
- data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
- data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
- data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
- data/db/seeds.d/75-job_templates.rb +5 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
- data/lib/katello/engine.rb +6 -0
- data/lib/katello/permission_creator.rb +37 -0
- data/lib/katello/permissions/host_permissions.rb +2 -0
- data/lib/katello/permissions/registry_permissions.rb +1 -0
- data/lib/katello/plugin.rb +18 -1
- data/lib/katello/repository_types/docker.rb +0 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +2 -0
- data/locale/Makefile +20 -24
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +248 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +247 -262
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +247 -262
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +524 -799
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +254 -269
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +248 -263
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +247 -262
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +250 -265
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +252 -267
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +257 -271
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +264 -279
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +247 -262
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +248 -263
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +247 -262
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +250 -265
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +247 -262
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +250 -265
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +249 -264
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +248 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +264 -275
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +254 -270
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +250 -265
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +247 -262
- data/locale/katello.pot +1216 -1215
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +248 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +248 -263
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +247 -262
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +248 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +254 -268
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +248 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +248 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +249 -264
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +247 -262
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +248 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +248 -263
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +247 -262
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +247 -262
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +255 -270
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +247 -262
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +249 -264
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +248 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +247 -262
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +248 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +247 -262
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +247 -262
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +247 -262
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +247 -262
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +250 -265
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +257 -272
- data/webpack/ForemanColumnExtensions/index.js +73 -3
- data/webpack/ForemanColumnExtensions/index.scss +9 -0
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/global_index.js +3 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
- data/webpack/scenes/BootedContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
- metadata +61 -58
- data/app/models/katello/activation_key_purpose_addon.rb +0 -6
- data/app/models/katello/purpose_addon.rb +0 -11
- data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
- data/lib/monkeys/fx_sqlite_skip.rb +0 -13
- data/locale/action_names.rb +0 -181
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
data/locale/ta/katello.po
CHANGED
@@ -8,11 +8,11 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: katello
|
11
|
+
"Project-Id-Version: katello 4.16.0.pre.master\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
14
14
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2022\n"
|
15
|
-
"Language-Team: Tamil (https://
|
15
|
+
"Language-Team: Tamil (https://app.transifex.com/foreman/teams/114/ta/)\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -470,9 +470,6 @@ msgstr ""
|
|
470
470
|
msgid "About page"
|
471
471
|
msgstr ""
|
472
472
|
|
473
|
-
msgid "Abstract async task"
|
474
|
-
msgstr ""
|
475
|
-
|
476
473
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
477
474
|
msgstr ""
|
478
475
|
|
@@ -608,9 +605,6 @@ msgstr ""
|
|
608
605
|
msgid "Add one or more host collections to one or more hosts"
|
609
606
|
msgstr ""
|
610
607
|
|
611
|
-
msgid "Add ons"
|
612
|
-
msgstr ""
|
613
|
-
|
614
608
|
msgid "Add products to sync plan"
|
615
609
|
msgstr ""
|
616
610
|
|
@@ -641,9 +635,6 @@ msgstr ""
|
|
641
635
|
msgid "Add to a host collection"
|
642
636
|
msgstr ""
|
643
637
|
|
644
|
-
msgid "Add-ons"
|
645
|
-
msgstr ""
|
646
|
-
|
647
638
|
msgid "Added"
|
648
639
|
msgstr ""
|
649
640
|
|
@@ -704,15 +695,15 @@ msgstr ""
|
|
704
695
|
msgid "All versions will be removed from these environments"
|
705
696
|
msgstr ""
|
706
697
|
|
707
|
-
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
708
|
-
msgstr ""
|
709
|
-
|
710
698
|
msgid "Allow deleting repositories in published content views"
|
711
699
|
msgstr ""
|
712
700
|
|
713
701
|
msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
|
714
702
|
msgstr ""
|
715
703
|
|
704
|
+
msgid "Allow hosts or activation keys to be associated with multiple content view environments"
|
705
|
+
msgstr ""
|
706
|
+
|
716
707
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
717
708
|
msgstr ""
|
718
709
|
|
@@ -935,10 +926,10 @@ msgstr ""
|
|
935
926
|
msgid "Assign the release version to one or more hosts"
|
936
927
|
msgstr ""
|
937
928
|
|
938
|
-
msgid "Assigning a host to multiple content view environments is not enabled."
|
929
|
+
msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
939
930
|
msgstr ""
|
940
931
|
|
941
|
-
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
932
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
|
942
933
|
msgstr ""
|
943
934
|
|
944
935
|
msgid "Associated location IDs"
|
@@ -959,15 +950,15 @@ msgstr "குறைந்தது ஒரு செயல்பாட்டு
|
|
959
950
|
msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
|
960
951
|
msgstr ""
|
961
952
|
|
953
|
+
msgid "At least one errata type option needs to be selected."
|
954
|
+
msgstr ""
|
955
|
+
|
962
956
|
msgid "At least one of the selected items requires the host to reboot"
|
963
957
|
msgstr ""
|
964
958
|
|
965
959
|
msgid "At least one organization must exist."
|
966
960
|
msgstr "குறைந்தது ஒரு நிறுவனம் இருக்க வேண்டும்"
|
967
961
|
|
968
|
-
msgid "Atleast one errata type needs to be selected."
|
969
|
-
msgstr ""
|
970
|
-
|
971
962
|
msgid "Attach a subscription"
|
972
963
|
msgstr ""
|
973
964
|
|
@@ -992,9 +983,6 @@ msgstr ""
|
|
992
983
|
msgid "Auto Publish - Triggered by '%s'"
|
993
984
|
msgstr ""
|
994
985
|
|
995
|
-
msgid "Auto attach subscriptions"
|
996
|
-
msgstr ""
|
997
|
-
|
998
986
|
msgid "Auto publish"
|
999
987
|
msgstr ""
|
1000
988
|
|
@@ -1010,6 +998,12 @@ msgstr ""
|
|
1010
998
|
msgid "Available Repositories"
|
1011
999
|
msgstr ""
|
1012
1000
|
|
1001
|
+
msgid "Available image"
|
1002
|
+
msgstr ""
|
1003
|
+
|
1004
|
+
msgid "Available image digest"
|
1005
|
+
msgstr ""
|
1006
|
+
|
1013
1007
|
msgid "Available schema versions"
|
1014
1008
|
msgstr ""
|
1015
1009
|
|
@@ -1025,6 +1019,9 @@ msgstr ""
|
|
1025
1019
|
msgid "Base URL for finding alternate content"
|
1026
1020
|
msgstr ""
|
1027
1021
|
|
1022
|
+
msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
|
1023
|
+
msgstr ""
|
1024
|
+
|
1028
1025
|
msgid "Base URL to perform repo discovery on"
|
1029
1026
|
msgstr ""
|
1030
1027
|
|
@@ -1070,6 +1067,24 @@ msgstr ""
|
|
1070
1067
|
msgid "Bookmarks marked as public are available to all users"
|
1071
1068
|
msgstr ""
|
1072
1069
|
|
1070
|
+
msgid "Bootc rollback via Bootc interface"
|
1071
|
+
msgstr ""
|
1072
|
+
|
1073
|
+
msgid "Bootc status via Bootc interface"
|
1074
|
+
msgstr ""
|
1075
|
+
|
1076
|
+
msgid "Bootc switch via Bootc interface"
|
1077
|
+
msgstr ""
|
1078
|
+
|
1079
|
+
msgid "Bootc upgrade via Bootc interface"
|
1080
|
+
msgstr ""
|
1081
|
+
|
1082
|
+
msgid "Booted Container Images"
|
1083
|
+
msgstr ""
|
1084
|
+
|
1085
|
+
msgid "Booted container images"
|
1086
|
+
msgstr ""
|
1087
|
+
|
1073
1088
|
msgid "Both"
|
1074
1089
|
msgstr ""
|
1075
1090
|
|
@@ -1349,6 +1364,9 @@ msgstr ""
|
|
1349
1364
|
msgid "Cannot upload Container Image content."
|
1350
1365
|
msgstr ""
|
1351
1366
|
|
1367
|
+
msgid "Cannot upload container content via Hammer/API. Use podman push instead."
|
1368
|
+
msgstr ""
|
1369
|
+
|
1352
1370
|
msgid "Capacity"
|
1353
1371
|
msgstr ""
|
1354
1372
|
|
@@ -1424,13 +1442,13 @@ msgstr ""
|
|
1424
1442
|
msgid "Collapse All"
|
1425
1443
|
msgstr "அனைத்தையும் நிலைகுலை"
|
1426
1444
|
|
1427
|
-
msgid "Comma-separated list of
|
1445
|
+
msgid "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1428
1446
|
msgstr ""
|
1429
1447
|
|
1430
|
-
msgid "Comma-separated list of
|
1448
|
+
msgid "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1431
1449
|
msgstr ""
|
1432
1450
|
|
1433
|
-
msgid "Comma-separated list of
|
1451
|
+
msgid "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1434
1452
|
msgstr ""
|
1435
1453
|
|
1436
1454
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
@@ -1442,9 +1460,6 @@ msgstr ""
|
|
1442
1460
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1443
1461
|
msgstr ""
|
1444
1462
|
|
1445
|
-
msgid "Commit upload"
|
1446
|
-
msgstr ""
|
1447
|
-
|
1448
1463
|
msgid "Compare"
|
1449
1464
|
msgstr ""
|
1450
1465
|
|
@@ -1655,6 +1670,9 @@ msgstr ""
|
|
1655
1670
|
msgid "Content imported by %{user} into content view '%{name}'"
|
1656
1671
|
msgstr ""
|
1657
1672
|
|
1673
|
+
msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
|
1674
|
+
msgstr ""
|
1675
|
+
|
1658
1676
|
msgid "Content not uploaded to pulp"
|
1659
1677
|
msgstr ""
|
1660
1678
|
|
@@ -1715,6 +1733,9 @@ msgstr ""
|
|
1715
1733
|
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."
|
1716
1734
|
msgstr ""
|
1717
1735
|
|
1736
|
+
msgid "Content view environment"
|
1737
|
+
msgstr ""
|
1738
|
+
|
1718
1739
|
msgid "Content view environments"
|
1719
1740
|
msgstr ""
|
1720
1741
|
|
@@ -1763,6 +1784,9 @@ msgstr ""
|
|
1763
1784
|
msgid "Content view version is empty"
|
1764
1785
|
msgstr ""
|
1765
1786
|
|
1787
|
+
msgid "Content view version is empty or content counts are not up to date"
|
1788
|
+
msgstr ""
|
1789
|
+
|
1766
1790
|
msgid "Content views"
|
1767
1791
|
msgstr ""
|
1768
1792
|
|
@@ -1790,27 +1814,15 @@ msgstr ""
|
|
1790
1814
|
msgid "Copy"
|
1791
1815
|
msgstr ""
|
1792
1816
|
|
1793
|
-
msgid "Copy all units"
|
1794
|
-
msgstr ""
|
1795
|
-
|
1796
1817
|
msgid "Copy an activation key"
|
1797
1818
|
msgstr ""
|
1798
1819
|
|
1799
|
-
msgid "Copy content"
|
1800
|
-
msgstr ""
|
1801
|
-
|
1802
1820
|
msgid "Copy content view"
|
1803
1821
|
msgstr ""
|
1804
1822
|
|
1805
1823
|
msgid "Copy to clipboard"
|
1806
1824
|
msgstr ""
|
1807
1825
|
|
1808
|
-
msgid "Copy version"
|
1809
|
-
msgstr ""
|
1810
|
-
|
1811
|
-
msgid "Copy version units to library"
|
1812
|
-
msgstr ""
|
1813
|
-
|
1814
1826
|
msgid "Cores per socket"
|
1815
1827
|
msgstr ""
|
1816
1828
|
|
@@ -1985,6 +1997,9 @@ msgstr ""
|
|
1985
1997
|
msgid "Create a filter rule. The parameters included should be based upon the filter type."
|
1986
1998
|
msgstr ""
|
1987
1999
|
|
2000
|
+
msgid "Create a flatpak remote"
|
2001
|
+
msgstr ""
|
2002
|
+
|
1988
2003
|
msgid "Create a host collection"
|
1989
2004
|
msgstr ""
|
1990
2005
|
|
@@ -2015,21 +2030,12 @@ msgstr ""
|
|
2015
2030
|
msgid "Create content view"
|
2016
2031
|
msgstr ""
|
2017
2032
|
|
2018
|
-
msgid "Create exporter"
|
2019
|
-
msgstr ""
|
2020
|
-
|
2021
2033
|
msgid "Create filter"
|
2022
2034
|
msgstr ""
|
2023
2035
|
|
2024
2036
|
msgid "Create host collection"
|
2025
2037
|
msgstr ""
|
2026
2038
|
|
2027
|
-
msgid "Create import"
|
2028
|
-
msgstr ""
|
2029
|
-
|
2030
|
-
msgid "Create importer"
|
2031
|
-
msgstr ""
|
2032
|
-
|
2033
2039
|
msgid "Create new activation key"
|
2034
2040
|
msgstr ""
|
2035
2041
|
|
@@ -2039,12 +2045,6 @@ msgstr ""
|
|
2039
2045
|
msgid "Create package filter rule"
|
2040
2046
|
msgstr ""
|
2041
2047
|
|
2042
|
-
msgid "Create publication"
|
2043
|
-
msgstr ""
|
2044
|
-
|
2045
|
-
msgid "Create remote"
|
2046
|
-
msgstr ""
|
2047
|
-
|
2048
2048
|
msgid "Create rule"
|
2049
2049
|
msgstr ""
|
2050
2050
|
|
@@ -2270,6 +2270,9 @@ msgstr ""
|
|
2270
2270
|
msgid "Delete a filter rule"
|
2271
2271
|
msgstr ""
|
2272
2272
|
|
2273
|
+
msgid "Delete a flatpak remote"
|
2274
|
+
msgstr ""
|
2275
|
+
|
2273
2276
|
msgid "Delete activation key?"
|
2274
2277
|
msgstr ""
|
2275
2278
|
|
@@ -2291,36 +2294,12 @@ msgstr ""
|
|
2291
2294
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
2292
2295
|
msgstr ""
|
2293
2296
|
|
2294
|
-
msgid "Delete distributions"
|
2295
|
-
msgstr ""
|
2296
|
-
|
2297
2297
|
msgid "Delete manifest from Red Hat provider"
|
2298
2298
|
msgstr ""
|
2299
2299
|
|
2300
2300
|
msgid "Delete multiple filters from a content view"
|
2301
2301
|
msgstr ""
|
2302
2302
|
|
2303
|
-
msgid "Delete orphan alternate content sources"
|
2304
|
-
msgstr ""
|
2305
|
-
|
2306
|
-
msgid "Delete orphan distributions"
|
2307
|
-
msgstr ""
|
2308
|
-
|
2309
|
-
msgid "Delete orphan remotes"
|
2310
|
-
msgstr ""
|
2311
|
-
|
2312
|
-
msgid "Delete orphan repository versions"
|
2313
|
-
msgstr ""
|
2314
|
-
|
2315
|
-
msgid "Delete orphaned migrated repositories"
|
2316
|
-
msgstr ""
|
2317
|
-
|
2318
|
-
msgid "Delete remote"
|
2319
|
-
msgstr ""
|
2320
|
-
|
2321
|
-
msgid "Delete repository references"
|
2322
|
-
msgstr ""
|
2323
|
-
|
2324
2303
|
msgid "Delete version"
|
2325
2304
|
msgstr ""
|
2326
2305
|
|
@@ -2366,6 +2345,9 @@ msgstr ""
|
|
2366
2345
|
msgid "Description for the new published content view version"
|
2367
2346
|
msgstr ""
|
2368
2347
|
|
2348
|
+
msgid "Description of the flatpak remote"
|
2349
|
+
msgstr ""
|
2350
|
+
|
2369
2351
|
msgid "Description of the repository"
|
2370
2352
|
msgstr ""
|
2371
2353
|
|
@@ -2417,12 +2399,6 @@ msgstr ""
|
|
2417
2399
|
msgid "Destroy an environment in an organization"
|
2418
2400
|
msgstr ""
|
2419
2401
|
|
2420
|
-
msgid "Destroy exporter"
|
2421
|
-
msgstr ""
|
2422
|
-
|
2423
|
-
msgid "Destroy importer"
|
2424
|
-
msgstr ""
|
2425
|
-
|
2426
2402
|
msgid "Destroy one or more alternate content sources"
|
2427
2403
|
msgstr ""
|
2428
2404
|
|
@@ -2471,9 +2447,6 @@ msgstr ""
|
|
2471
2447
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2472
2448
|
msgstr ""
|
2473
2449
|
|
2474
|
-
msgid "Discover"
|
2475
|
-
msgstr ""
|
2476
|
-
|
2477
2450
|
msgid "Discover Repositories"
|
2478
2451
|
msgstr ""
|
2479
2452
|
|
@@ -2669,9 +2642,6 @@ msgstr ""
|
|
2669
2642
|
msgid "Environment cannot be in its own promotion path"
|
2670
2643
|
msgstr "சூழல் உள்ளடக்கம் அதனுடைய சொந்த முன்னேற்ற பார்வை இருக்காது"
|
2671
2644
|
|
2672
|
-
msgid "Environment contents refresh"
|
2673
|
-
msgstr ""
|
2674
|
-
|
2675
2645
|
msgid "Environment identifier"
|
2676
2646
|
msgstr ""
|
2677
2647
|
|
@@ -2711,9 +2681,6 @@ msgstr ""
|
|
2711
2681
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2712
2682
|
msgstr ""
|
2713
2683
|
|
2714
|
-
msgid "Errata mail"
|
2715
|
-
msgstr ""
|
2716
|
-
|
2717
2684
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2718
2685
|
msgstr ""
|
2719
2686
|
|
@@ -2873,9 +2840,6 @@ msgstr ""
|
|
2873
2840
|
msgid "Fetch installable errata for one or more hosts."
|
2874
2841
|
msgstr ""
|
2875
2842
|
|
2876
|
-
msgid "Fetch pxe files"
|
2877
|
-
msgstr ""
|
2878
|
-
|
2879
2843
|
msgid "Fetch traces for one or more hosts"
|
2880
2844
|
msgstr ""
|
2881
2845
|
|
@@ -2969,9 +2933,6 @@ msgstr ""
|
|
2969
2933
|
msgid "Filter versions that are components in the specified composite version"
|
2970
2934
|
msgstr ""
|
2971
2935
|
|
2972
|
-
msgid "Filtered index content"
|
2973
|
-
msgstr ""
|
2974
|
-
|
2975
2936
|
msgid "Filters"
|
2976
2937
|
msgstr ""
|
2977
2938
|
|
@@ -2993,6 +2954,15 @@ msgstr ""
|
|
2993
2954
|
msgid "Finished"
|
2994
2955
|
msgstr ""
|
2995
2956
|
|
2957
|
+
msgid "Flatpak Remotes"
|
2958
|
+
msgstr ""
|
2959
|
+
|
2960
|
+
msgid "Flatpak remote numeric identifier"
|
2961
|
+
msgstr ""
|
2962
|
+
|
2963
|
+
msgid "Flatpak remote repository numeric identifier"
|
2964
|
+
msgstr ""
|
2965
|
+
|
2996
2966
|
msgid "Force"
|
2997
2967
|
msgstr ""
|
2998
2968
|
|
@@ -3055,9 +3025,6 @@ msgstr ""
|
|
3055
3025
|
msgid "Generate host applicability"
|
3056
3026
|
msgstr ""
|
3057
3027
|
|
3058
|
-
msgid "Generate metadata"
|
3059
|
-
msgstr ""
|
3060
|
-
|
3061
3028
|
msgid "Generate repository applicability"
|
3062
3029
|
msgstr ""
|
3063
3030
|
|
@@ -3295,12 +3262,6 @@ msgstr ""
|
|
3295
3262
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3296
3263
|
msgstr ""
|
3297
3264
|
|
3298
|
-
msgid "Hypervisors"
|
3299
|
-
msgstr ""
|
3300
|
-
|
3301
|
-
msgid "Hypervisors update"
|
3302
|
-
msgstr ""
|
3303
|
-
|
3304
3265
|
msgid "ID of a HTTP Proxy"
|
3305
3266
|
msgstr ""
|
3306
3267
|
|
@@ -3322,6 +3283,9 @@ msgstr ""
|
|
3322
3283
|
msgid "ID of an organization to show repositories in"
|
3323
3284
|
msgstr ""
|
3324
3285
|
|
3286
|
+
msgid "ID of flatpak remote to show repositories of"
|
3287
|
+
msgstr ""
|
3288
|
+
|
3325
3289
|
msgid "ID of the Organization"
|
3326
3290
|
msgstr ""
|
3327
3291
|
|
@@ -3382,12 +3346,18 @@ msgstr ""
|
|
3382
3346
|
msgid "Id of the content host"
|
3383
3347
|
msgstr ""
|
3384
3348
|
|
3349
|
+
msgid "Id of the content view to limit the content counting on"
|
3350
|
+
msgstr ""
|
3351
|
+
|
3385
3352
|
msgid "Id of the content view to limit the synchronization on"
|
3386
3353
|
msgstr ""
|
3387
3354
|
|
3388
3355
|
msgid "Id of the content view to limit verifying checksum on"
|
3389
3356
|
msgstr ""
|
3390
3357
|
|
3358
|
+
msgid "Id of the environment to limit the content counting on"
|
3359
|
+
msgstr ""
|
3360
|
+
|
3391
3361
|
msgid "Id of the environment to limit the synchronization on"
|
3392
3362
|
msgstr ""
|
3393
3363
|
|
@@ -3409,6 +3379,9 @@ msgstr ""
|
|
3409
3379
|
msgid "Id of the organization to limit environments on"
|
3410
3380
|
msgstr ""
|
3411
3381
|
|
3382
|
+
msgid "Id of the repository to limit the content counting on"
|
3383
|
+
msgstr ""
|
3384
|
+
|
3412
3385
|
msgid "Id of the repository to limit the synchronization on"
|
3413
3386
|
msgstr ""
|
3414
3387
|
|
@@ -3546,6 +3519,27 @@ msgstr ""
|
|
3546
3519
|
msgid "Image"
|
3547
3520
|
msgstr ""
|
3548
3521
|
|
3522
|
+
msgid "Image digest"
|
3523
|
+
msgstr ""
|
3524
|
+
|
3525
|
+
msgid "Image digests"
|
3526
|
+
msgstr ""
|
3527
|
+
|
3528
|
+
msgid "Image mode"
|
3529
|
+
msgstr ""
|
3530
|
+
|
3531
|
+
msgid "Image mode / package mode"
|
3532
|
+
msgstr ""
|
3533
|
+
|
3534
|
+
msgid "Image mode details"
|
3535
|
+
msgstr ""
|
3536
|
+
|
3537
|
+
msgid "Image name"
|
3538
|
+
msgstr ""
|
3539
|
+
|
3540
|
+
msgid "Image-mode host"
|
3541
|
+
msgstr ""
|
3542
|
+
|
3549
3543
|
msgid "Immediate"
|
3550
3544
|
msgstr ""
|
3551
3545
|
|
@@ -3588,9 +3582,6 @@ msgstr ""
|
|
3588
3582
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3589
3583
|
msgstr ""
|
3590
3584
|
|
3591
|
-
msgid "Import migration"
|
3592
|
-
msgstr ""
|
3593
|
-
|
3594
3585
|
msgid "Import new manifest"
|
3595
3586
|
msgstr ""
|
3596
3587
|
|
@@ -3600,12 +3591,6 @@ msgstr ""
|
|
3600
3591
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3601
3592
|
msgstr ""
|
3602
3593
|
|
3603
|
-
msgid "Import repository upload"
|
3604
|
-
msgstr ""
|
3605
|
-
|
3606
|
-
msgid "Import upload"
|
3607
|
-
msgstr ""
|
3608
|
-
|
3609
3594
|
msgid "Import uploads into a repository"
|
3610
3595
|
msgstr ""
|
3611
3596
|
|
@@ -3648,6 +3633,9 @@ msgstr ""
|
|
3648
3633
|
msgid "Include filter"
|
3649
3634
|
msgstr ""
|
3650
3635
|
|
3636
|
+
msgid "Include manifests"
|
3637
|
+
msgstr ""
|
3638
|
+
|
3651
3639
|
msgid "Included"
|
3652
3640
|
msgstr ""
|
3653
3641
|
|
@@ -3669,9 +3657,6 @@ msgstr ""
|
|
3669
3657
|
msgid "Incremental Update incomplete."
|
3670
3658
|
msgstr ""
|
3671
3659
|
|
3672
|
-
msgid "Incremental Update of Content View Version(s) "
|
3673
|
-
msgstr ""
|
3674
|
-
|
3675
3660
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3676
3661
|
msgstr ""
|
3677
3662
|
|
@@ -3684,27 +3669,12 @@ msgstr ""
|
|
3684
3669
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3685
3670
|
msgstr ""
|
3686
3671
|
|
3687
|
-
msgid "Index content"
|
3688
|
-
msgstr ""
|
3689
|
-
|
3690
|
-
msgid "Index errata"
|
3691
|
-
msgstr ""
|
3692
|
-
|
3693
|
-
msgid "Index module streams"
|
3694
|
-
msgstr ""
|
3695
|
-
|
3696
|
-
msgid "Index package groups"
|
3697
|
-
msgstr ""
|
3698
|
-
|
3699
3672
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3700
3673
|
msgstr ""
|
3701
3674
|
|
3702
3675
|
msgid "Inherit from Repository"
|
3703
3676
|
msgstr ""
|
3704
3677
|
|
3705
|
-
msgid "Initialize"
|
3706
|
-
msgstr ""
|
3707
|
-
|
3708
3678
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3709
3679
|
msgstr ""
|
3710
3680
|
|
@@ -3780,9 +3750,6 @@ msgstr "தொகுப்பு குழுவை நிறுவுகிற
|
|
3780
3750
|
msgid "Installing Package..."
|
3781
3751
|
msgstr "தொகுப்பை நிறுவுகிறது..."
|
3782
3752
|
|
3783
|
-
msgid "Instance update"
|
3784
|
-
msgstr ""
|
3785
|
-
|
3786
3753
|
msgid "Instance-based"
|
3787
3754
|
msgstr ""
|
3788
3755
|
|
@@ -3813,7 +3780,7 @@ msgstr ""
|
|
3813
3780
|
msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
|
3814
3781
|
msgstr ""
|
3815
3782
|
|
3816
|
-
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or '
|
3783
|
+
msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'"
|
3817
3784
|
msgstr ""
|
3818
3785
|
|
3819
3786
|
msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
|
@@ -3897,9 +3864,27 @@ msgstr ""
|
|
3897
3864
|
msgid "Job '${description}' has started."
|
3898
3865
|
msgstr ""
|
3899
3866
|
|
3867
|
+
msgid "Katello Bootc interface"
|
3868
|
+
msgstr ""
|
3869
|
+
|
3900
3870
|
msgid "Katello ID of local pool to update"
|
3901
3871
|
msgstr ""
|
3902
3872
|
|
3873
|
+
msgid "Katello: Bootc Action"
|
3874
|
+
msgstr ""
|
3875
|
+
|
3876
|
+
msgid "Katello: Bootc Rollback"
|
3877
|
+
msgstr ""
|
3878
|
+
|
3879
|
+
msgid "Katello: Bootc Status"
|
3880
|
+
msgstr ""
|
3881
|
+
|
3882
|
+
msgid "Katello: Bootc Switch"
|
3883
|
+
msgstr ""
|
3884
|
+
|
3885
|
+
msgid "Katello: Bootc Upgrade"
|
3886
|
+
msgstr ""
|
3887
|
+
|
3903
3888
|
msgid "Katello: Configure host for new content source"
|
3904
3889
|
msgstr ""
|
3905
3890
|
|
@@ -3948,6 +3933,9 @@ msgstr ""
|
|
3948
3933
|
msgid "Katello: Upload Profile"
|
3949
3934
|
msgstr ""
|
3950
3935
|
|
3936
|
+
msgid "Keep latest packages"
|
3937
|
+
msgstr ""
|
3938
|
+
|
3951
3939
|
msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
|
3952
3940
|
msgstr ""
|
3953
3941
|
|
@@ -3972,6 +3960,9 @@ msgstr ""
|
|
3972
3960
|
msgid "Label of the content view"
|
3973
3961
|
msgstr ""
|
3974
3962
|
|
3963
|
+
msgid "Label of the flatpak remote"
|
3964
|
+
msgstr ""
|
3965
|
+
|
3975
3966
|
msgid "Last check-in:"
|
3976
3967
|
msgstr ""
|
3977
3968
|
|
@@ -4137,6 +4128,9 @@ msgstr ""
|
|
4137
4128
|
msgid "List available subscriptions from Red Hat Subscription Management"
|
4138
4129
|
msgstr ""
|
4139
4130
|
|
4131
|
+
msgid "List booted bootc container images for hosts"
|
4132
|
+
msgstr ""
|
4133
|
+
|
4140
4134
|
msgid "List components attached to this content view"
|
4141
4135
|
msgstr ""
|
4142
4136
|
|
@@ -4176,6 +4170,15 @@ msgstr ""
|
|
4176
4170
|
msgid "List filter rules"
|
4177
4171
|
msgstr ""
|
4178
4172
|
|
4173
|
+
msgid "List flatpak remote repositories"
|
4174
|
+
msgstr ""
|
4175
|
+
|
4176
|
+
msgid "List flatpak remote's repositories"
|
4177
|
+
msgstr ""
|
4178
|
+
|
4179
|
+
msgid "List flatpak remotes"
|
4180
|
+
msgstr ""
|
4181
|
+
|
4179
4182
|
msgid "List host collections"
|
4180
4183
|
msgstr ""
|
4181
4184
|
|
@@ -4341,6 +4344,9 @@ msgstr ""
|
|
4341
4344
|
msgid "List the lifecycle environments not attached to the smart proxy"
|
4342
4345
|
msgstr ""
|
4343
4346
|
|
4347
|
+
msgid "Load balancer"
|
4348
|
+
msgstr ""
|
4349
|
+
|
4344
4350
|
msgid "Loading"
|
4345
4351
|
msgstr ""
|
4346
4352
|
|
@@ -4470,9 +4476,6 @@ msgstr "செய்தி"
|
|
4470
4476
|
msgid "Messaging connection"
|
4471
4477
|
msgstr ""
|
4472
4478
|
|
4473
|
-
msgid "Metadata generate"
|
4474
|
-
msgstr ""
|
4475
|
-
|
4476
4479
|
msgid ""
|
4477
4480
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4478
4481
|
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
@@ -4484,6 +4487,12 @@ msgstr ""
|
|
4484
4487
|
msgid "Minimum version"
|
4485
4488
|
msgstr ""
|
4486
4489
|
|
4490
|
+
msgid "Mirror Remote Repository"
|
4491
|
+
msgstr ""
|
4492
|
+
|
4493
|
+
msgid "Mirror a flatpak remote repository"
|
4494
|
+
msgstr ""
|
4495
|
+
|
4487
4496
|
msgid "Missing activation key!"
|
4488
4497
|
msgstr ""
|
4489
4498
|
|
@@ -4496,6 +4505,9 @@ msgstr ""
|
|
4496
4505
|
msgid "Moderate"
|
4497
4506
|
msgstr ""
|
4498
4507
|
|
4508
|
+
msgid "Modify via remote execution"
|
4509
|
+
msgstr ""
|
4510
|
+
|
4499
4511
|
msgid "Modular"
|
4500
4512
|
msgstr ""
|
4501
4513
|
|
@@ -4517,13 +4529,7 @@ msgstr ""
|
|
4517
4529
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4518
4530
|
msgstr ""
|
4519
4531
|
|
4520
|
-
msgid "Multi
|
4521
|
-
msgstr ""
|
4522
|
-
|
4523
|
-
msgid "Multi copy content"
|
4524
|
-
msgstr ""
|
4525
|
-
|
4526
|
-
msgid "Multi copy units"
|
4532
|
+
msgid "Multi Content View Environment"
|
4527
4533
|
msgstr ""
|
4528
4534
|
|
4529
4535
|
msgid "Multi-entitlement"
|
@@ -4583,6 +4589,12 @@ msgstr ""
|
|
4583
4589
|
msgid "Name of the content view"
|
4584
4590
|
msgstr ""
|
4585
4591
|
|
4592
|
+
msgid "Name of the flatpak remote"
|
4593
|
+
msgstr ""
|
4594
|
+
|
4595
|
+
msgid "Name of the flatpak remote repository"
|
4596
|
+
msgstr ""
|
4597
|
+
|
4586
4598
|
msgid "Name of the host"
|
4587
4599
|
msgstr ""
|
4588
4600
|
|
@@ -4706,6 +4718,9 @@ msgstr ""
|
|
4706
4718
|
msgid "No content in selected versions."
|
4707
4719
|
msgstr ""
|
4708
4720
|
|
4721
|
+
msgid "No content view environments"
|
4722
|
+
msgstr ""
|
4723
|
+
|
4709
4724
|
msgid "No content view environments found with ids: %{ids}"
|
4710
4725
|
msgstr ""
|
4711
4726
|
|
@@ -4742,9 +4757,6 @@ msgstr ""
|
|
4742
4757
|
msgid "No enabled repositories match your search criteria."
|
4743
4758
|
msgstr ""
|
4744
4759
|
|
4745
|
-
msgid "No environment"
|
4746
|
-
msgstr ""
|
4747
|
-
|
4748
4760
|
msgid "No environments"
|
4749
4761
|
msgstr ""
|
4750
4762
|
|
@@ -5327,7 +5339,10 @@ msgstr ""
|
|
5327
5339
|
msgid "Package installation: \"%{package}\" "
|
5328
5340
|
msgstr ""
|
5329
5341
|
|
5330
|
-
msgid "Package
|
5342
|
+
msgid "Package mode"
|
5343
|
+
msgstr ""
|
5344
|
+
|
5345
|
+
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."
|
5331
5346
|
msgstr ""
|
5332
5347
|
|
5333
5348
|
msgid "Packages"
|
@@ -5456,6 +5471,9 @@ msgstr ""
|
|
5456
5471
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5457
5472
|
msgstr ""
|
5458
5473
|
|
5474
|
+
msgid "Possible values: %s"
|
5475
|
+
msgstr ""
|
5476
|
+
|
5459
5477
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5460
5478
|
msgstr ""
|
5461
5479
|
|
@@ -5504,6 +5522,9 @@ msgstr ""
|
|
5504
5522
|
msgid "Product ID"
|
5505
5523
|
msgstr ""
|
5506
5524
|
|
5525
|
+
msgid "Product ID to mirror the remote repository to"
|
5526
|
+
msgstr ""
|
5527
|
+
|
5507
5528
|
msgid "Product and Repositories"
|
5508
5529
|
msgstr ""
|
5509
5530
|
|
@@ -5686,9 +5707,6 @@ msgstr ""
|
|
5686
5707
|
msgid "Pulp task error"
|
5687
5708
|
msgstr ""
|
5688
5709
|
|
5689
|
-
msgid "Purge completed tasks"
|
5690
|
-
msgstr ""
|
5691
|
-
|
5692
5710
|
msgid "Python Package"
|
5693
5711
|
msgstr ""
|
5694
5712
|
|
@@ -5797,9 +5815,6 @@ msgstr ""
|
|
5797
5815
|
msgid "Reclaim Space"
|
5798
5816
|
msgstr ""
|
5799
5817
|
|
5800
|
-
msgid "Reclaim space"
|
5801
|
-
msgstr ""
|
5802
|
-
|
5803
5818
|
msgid "Reclaim space from On Demand repositories"
|
5804
5819
|
msgstr ""
|
5805
5820
|
|
@@ -5863,9 +5878,6 @@ msgstr ""
|
|
5863
5878
|
msgid "Refresh all alternate content sources"
|
5864
5879
|
msgstr ""
|
5865
5880
|
|
5866
|
-
msgid "Refresh all distributions"
|
5867
|
-
msgstr ""
|
5868
|
-
|
5869
5881
|
msgid "Refresh alternate content sources"
|
5870
5882
|
msgstr ""
|
5871
5883
|
|
@@ -5878,27 +5890,15 @@ msgstr ""
|
|
5878
5890
|
msgid "Refresh counts"
|
5879
5891
|
msgstr ""
|
5880
5892
|
|
5881
|
-
msgid "Refresh distribution"
|
5882
|
-
msgstr ""
|
5883
|
-
|
5884
5893
|
msgid "Refresh errata applicability"
|
5885
5894
|
msgstr ""
|
5886
5895
|
|
5887
|
-
msgid "Refresh if needed"
|
5888
|
-
msgstr ""
|
5889
|
-
|
5890
5896
|
msgid "Refresh package applicability"
|
5891
5897
|
msgstr ""
|
5892
5898
|
|
5893
5899
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5894
5900
|
msgstr ""
|
5895
5901
|
|
5896
|
-
msgid "Refresh remote"
|
5897
|
-
msgstr ""
|
5898
|
-
|
5899
|
-
msgid "Refresh repos"
|
5900
|
-
msgstr ""
|
5901
|
-
|
5902
5902
|
msgid "Refresh source"
|
5903
5903
|
msgstr ""
|
5904
5904
|
|
@@ -5923,6 +5923,9 @@ msgstr ""
|
|
5923
5923
|
msgid "Registered on"
|
5924
5924
|
msgstr ""
|
5925
5925
|
|
5926
|
+
msgid "Registered to"
|
5927
|
+
msgstr ""
|
5928
|
+
|
5926
5929
|
msgid "Registering to multiple environments is not enabled."
|
5927
5930
|
msgstr ""
|
5928
5931
|
|
@@ -5938,9 +5941,6 @@ msgstr ""
|
|
5938
5941
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
5939
5942
|
msgstr ""
|
5940
5943
|
|
5941
|
-
msgid "Reindex subscriptions"
|
5942
|
-
msgstr ""
|
5943
|
-
|
5944
5944
|
msgid "Related composite content views"
|
5945
5945
|
msgstr ""
|
5946
5946
|
|
@@ -6037,9 +6037,6 @@ msgstr ""
|
|
6037
6037
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6038
6038
|
msgstr ""
|
6039
6039
|
|
6040
|
-
msgid "Remove orphans"
|
6041
|
-
msgstr ""
|
6042
|
-
|
6043
6040
|
msgid "Remove package group via Katello interface"
|
6044
6041
|
msgstr ""
|
6045
6042
|
|
@@ -6067,12 +6064,6 @@ msgstr ""
|
|
6067
6064
|
msgid "Remove subscriptions from one or more hosts"
|
6068
6065
|
msgstr ""
|
6069
6066
|
|
6070
|
-
msgid "Remove units"
|
6071
|
-
msgstr ""
|
6072
|
-
|
6073
|
-
msgid "Remove unneeded repos"
|
6074
|
-
msgstr ""
|
6075
|
-
|
6076
6067
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6077
6068
|
msgstr ""
|
6078
6069
|
|
@@ -6097,9 +6088,6 @@ msgstr ""
|
|
6097
6088
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6098
6089
|
msgstr ""
|
6099
6090
|
|
6100
|
-
msgid "Repair"
|
6101
|
-
msgstr ""
|
6102
|
-
|
6103
6091
|
msgid "Replace content source on the target machine"
|
6104
6092
|
msgstr ""
|
6105
6093
|
|
@@ -6118,18 +6106,12 @@ msgstr "தொகுப்பதிவகங்கள்"
|
|
6118
6106
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6119
6107
|
msgstr ""
|
6120
6108
|
|
6121
|
-
msgid "Repositories certs reset"
|
6122
|
-
msgstr ""
|
6123
|
-
|
6124
6109
|
msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
|
6125
6110
|
msgstr ""
|
6126
6111
|
|
6127
6112
|
msgid "Repositories from published Content Views are not allowed."
|
6128
6113
|
msgstr ""
|
6129
6114
|
|
6130
|
-
msgid "Repositories gpg reset"
|
6131
|
-
msgstr ""
|
6132
|
-
|
6133
6115
|
msgid "Repository"
|
6134
6116
|
msgstr "தொகுப்பதிவகம்"
|
6135
6117
|
|
@@ -6421,6 +6403,12 @@ msgstr ""
|
|
6421
6403
|
msgid "Roles"
|
6422
6404
|
msgstr ""
|
6423
6405
|
|
6406
|
+
msgid "Rollback image"
|
6407
|
+
msgstr ""
|
6408
|
+
|
6409
|
+
msgid "Rollback image digest"
|
6410
|
+
msgstr ""
|
6411
|
+
|
6424
6412
|
msgid "Rules to be added"
|
6425
6413
|
msgstr ""
|
6426
6414
|
|
@@ -6433,6 +6421,12 @@ msgstr ""
|
|
6433
6421
|
msgid "Running"
|
6434
6422
|
msgstr "இயங்குகிறது"
|
6435
6423
|
|
6424
|
+
msgid "Running image"
|
6425
|
+
msgstr ""
|
6426
|
+
|
6427
|
+
msgid "Running image digest"
|
6428
|
+
msgstr ""
|
6429
|
+
|
6436
6430
|
msgid "SKU"
|
6437
6431
|
msgstr ""
|
6438
6432
|
|
@@ -6460,25 +6454,10 @@ msgstr ""
|
|
6460
6454
|
msgid "Save"
|
6461
6455
|
msgstr ""
|
6462
6456
|
|
6463
|
-
msgid "Save artifact"
|
6464
|
-
msgstr ""
|
6465
|
-
|
6466
|
-
msgid "Save distribution references"
|
6467
|
-
msgstr ""
|
6468
|
-
|
6469
|
-
msgid "Save publication"
|
6470
|
-
msgstr ""
|
6471
|
-
|
6472
|
-
msgid "Save version"
|
6473
|
-
msgstr ""
|
6474
|
-
|
6475
|
-
msgid "Save versions"
|
6476
|
-
msgstr ""
|
6477
|
-
|
6478
6457
|
msgid "Saving alternate content source..."
|
6479
6458
|
msgstr ""
|
6480
6459
|
|
6481
|
-
msgid "Scan
|
6460
|
+
msgid "Scan a flatpak remote"
|
6482
6461
|
msgstr ""
|
6483
6462
|
|
6484
6463
|
msgid "Schema version 1"
|
@@ -6586,9 +6565,6 @@ msgstr ""
|
|
6586
6565
|
msgid "Select action"
|
6587
6566
|
msgstr ""
|
6588
6567
|
|
6589
|
-
msgid "Select add-ons"
|
6590
|
-
msgstr ""
|
6591
|
-
|
6592
6568
|
msgid "Select all"
|
6593
6569
|
msgstr ""
|
6594
6570
|
|
@@ -6727,13 +6703,13 @@ msgstr ""
|
|
6727
6703
|
msgid "Set content overrides to one or more hosts"
|
6728
6704
|
msgstr ""
|
6729
6705
|
|
6730
|
-
msgid "Set
|
6706
|
+
msgid "Set this HTTP proxy as the default content HTTP proxy"
|
6731
6707
|
msgstr ""
|
6732
6708
|
|
6733
|
-
msgid "Set true to
|
6709
|
+
msgid "Set true to override to enabled; Set false to override to disabled.'"
|
6734
6710
|
msgstr ""
|
6735
6711
|
|
6736
|
-
msgid "
|
6712
|
+
msgid "Set true to remove an override and reset it to 'default'"
|
6737
6713
|
msgstr ""
|
6738
6714
|
|
6739
6715
|
msgid "Sets the system purpose usage"
|
@@ -6769,6 +6745,12 @@ msgstr ""
|
|
6769
6745
|
msgid "Show a content view's history"
|
6770
6746
|
msgstr ""
|
6771
6747
|
|
6748
|
+
msgid "Show a flatpak remote"
|
6749
|
+
msgstr ""
|
6750
|
+
|
6751
|
+
msgid "Show a flatpak remote repository"
|
6752
|
+
msgstr ""
|
6753
|
+
|
6772
6754
|
msgid "Show a host collection"
|
6773
6755
|
msgstr ""
|
6774
6756
|
|
@@ -7096,6 +7078,12 @@ msgstr ""
|
|
7096
7078
|
msgid "Stacking ID"
|
7097
7079
|
msgstr ""
|
7098
7080
|
|
7081
|
+
msgid "Staged image"
|
7082
|
+
msgstr ""
|
7083
|
+
|
7084
|
+
msgid "Staged image digest"
|
7085
|
+
msgstr ""
|
7086
|
+
|
7099
7087
|
msgid "Start Date"
|
7100
7088
|
msgstr "துவக்க தேதி"
|
7101
7089
|
|
@@ -7261,9 +7249,6 @@ msgstr ""
|
|
7261
7249
|
msgid "Supported Content Types"
|
7262
7250
|
msgstr ""
|
7263
7251
|
|
7264
|
-
msgid "Sync"
|
7265
|
-
msgstr ""
|
7266
|
-
|
7267
7252
|
msgid "Sync Canceled"
|
7268
7253
|
msgstr "ஒத்திசைவு ரத்து செய்யப்பட்டது"
|
7269
7254
|
|
@@ -7318,9 +7303,6 @@ msgstr ""
|
|
7318
7303
|
msgid "Sync all repositories for a product"
|
7319
7304
|
msgstr ""
|
7320
7305
|
|
7321
|
-
msgid "Sync capsule"
|
7322
|
-
msgstr ""
|
7323
|
-
|
7324
7306
|
msgid "Sync complete."
|
7325
7307
|
msgstr "ஒத்திசைவு முடிந்தது."
|
7326
7308
|
|
@@ -7339,9 +7321,6 @@ msgstr ""
|
|
7339
7321
|
msgid "Sync state"
|
7340
7322
|
msgstr ""
|
7341
7323
|
|
7342
|
-
msgid "Syncable export"
|
7343
|
-
msgstr ""
|
7344
|
-
|
7345
7324
|
msgid "Synced"
|
7346
7325
|
msgstr ""
|
7347
7326
|
|
@@ -7456,6 +7435,9 @@ msgstr ""
|
|
7456
7435
|
msgid "The actual file contents"
|
7457
7436
|
msgstr ""
|
7458
7437
|
|
7438
|
+
msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
|
7439
|
+
msgstr ""
|
7440
|
+
|
7459
7441
|
msgid "The content type for the Alternate Content Source"
|
7460
7442
|
msgstr ""
|
7461
7443
|
|
@@ -7703,6 +7685,9 @@ msgstr ""
|
|
7703
7685
|
msgid "This content view version doesn't have a history."
|
7704
7686
|
msgstr ""
|
7705
7687
|
|
7688
|
+
msgid "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details."
|
7689
|
+
msgstr ""
|
7690
|
+
|
7706
7691
|
msgid "This content view will be automatically updated to the latest version."
|
7707
7692
|
msgstr ""
|
7708
7693
|
|
@@ -7715,6 +7700,9 @@ msgstr ""
|
|
7715
7700
|
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."
|
7716
7701
|
msgstr ""
|
7717
7702
|
|
7703
|
+
msgid "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details."
|
7704
|
+
msgstr ""
|
7705
|
+
|
7718
7706
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7719
7707
|
msgstr ""
|
7720
7708
|
|
@@ -7841,7 +7829,7 @@ msgstr ""
|
|
7841
7829
|
msgid "To manage packages, select an action."
|
7842
7830
|
msgstr ""
|
7843
7831
|
|
7844
|
-
msgid "
|
7832
|
+
msgid "Token/password for the flatpak remote"
|
7845
7833
|
msgstr ""
|
7846
7834
|
|
7847
7835
|
msgid "Total steps: "
|
@@ -8105,6 +8093,9 @@ msgstr ""
|
|
8105
8093
|
msgid "Update a filter rule. The parameters included should be based upon the filter type."
|
8106
8094
|
msgstr ""
|
8107
8095
|
|
8096
|
+
msgid "Update a flatpak remote"
|
8097
|
+
msgstr ""
|
8098
|
+
|
8108
8099
|
msgid "Update a host collection"
|
8109
8100
|
msgstr ""
|
8110
8101
|
|
@@ -8129,27 +8120,15 @@ msgstr ""
|
|
8129
8120
|
msgid "Update content counts for the smart proxy"
|
8130
8121
|
msgstr ""
|
8131
8122
|
|
8132
|
-
msgid "Update content urls"
|
8133
|
-
msgstr ""
|
8134
|
-
|
8135
8123
|
msgid "Update content view environments for host"
|
8136
8124
|
msgstr ""
|
8137
8125
|
|
8138
8126
|
msgid "Update content view environments for host %s"
|
8139
8127
|
msgstr ""
|
8140
8128
|
|
8141
|
-
msgid "Update distributions"
|
8142
|
-
msgstr ""
|
8143
|
-
|
8144
8129
|
msgid "Update hosts manually"
|
8145
8130
|
msgstr ""
|
8146
8131
|
|
8147
|
-
msgid "Update http proxy"
|
8148
|
-
msgstr ""
|
8149
|
-
|
8150
|
-
msgid "Update http proxy details"
|
8151
|
-
msgstr ""
|
8152
|
-
|
8153
8132
|
msgid "Update installed packages, enabled repos, module inventory"
|
8154
8133
|
msgstr ""
|
8155
8134
|
|
@@ -8165,21 +8144,12 @@ msgstr ""
|
|
8165
8144
|
msgid "Update packages via Katello interface"
|
8166
8145
|
msgstr ""
|
8167
8146
|
|
8168
|
-
msgid "Update redhat repository"
|
8169
|
-
msgstr ""
|
8170
|
-
|
8171
8147
|
msgid "Update release version for host"
|
8172
8148
|
msgstr ""
|
8173
8149
|
|
8174
8150
|
msgid "Update release version for host %s"
|
8175
8151
|
msgstr ""
|
8176
8152
|
|
8177
|
-
msgid "Update remote"
|
8178
|
-
msgstr ""
|
8179
|
-
|
8180
|
-
msgid "Update repository"
|
8181
|
-
msgstr ""
|
8182
|
-
|
8183
8153
|
msgid "Update services requiring restart"
|
8184
8154
|
msgstr ""
|
8185
8155
|
|
@@ -8270,12 +8240,6 @@ msgstr ""
|
|
8270
8240
|
msgid "Upload a subscription manifest"
|
8271
8241
|
msgstr ""
|
8272
8242
|
|
8273
|
-
msgid "Upload content"
|
8274
|
-
msgstr ""
|
8275
|
-
|
8276
|
-
msgid "Upload file"
|
8277
|
-
msgstr ""
|
8278
|
-
|
8279
8243
|
msgid "Upload into"
|
8280
8244
|
msgstr ""
|
8281
8245
|
|
@@ -8285,9 +8249,6 @@ msgstr ""
|
|
8285
8249
|
msgid "Upload request id"
|
8286
8250
|
msgstr ""
|
8287
8251
|
|
8288
|
-
msgid "Upload tag"
|
8289
|
-
msgstr ""
|
8290
|
-
|
8291
8252
|
msgid "Upstream Candlepin"
|
8292
8253
|
msgstr ""
|
8293
8254
|
|
@@ -8375,6 +8336,9 @@ msgstr ""
|
|
8375
8336
|
msgid "Username for authentication. Relevant only for 'upstream_server' type."
|
8376
8337
|
msgstr ""
|
8377
8338
|
|
8339
|
+
msgid "Username for the flatpak remote"
|
8340
|
+
msgstr ""
|
8341
|
+
|
8378
8342
|
msgid "Username of the upstream repository user used for authentication"
|
8379
8343
|
msgstr ""
|
8380
8344
|
|
@@ -8399,9 +8363,6 @@ msgstr ""
|
|
8399
8363
|
msgid "Verify SSL"
|
8400
8364
|
msgstr ""
|
8401
8365
|
|
8402
|
-
msgid "Verify checksum"
|
8403
|
-
msgstr ""
|
8404
|
-
|
8405
8366
|
msgid "Verify checksum for content on smart proxy"
|
8406
8367
|
msgstr ""
|
8407
8368
|
|
@@ -8708,6 +8669,9 @@ msgstr ""
|
|
8708
8669
|
msgid "actions not found"
|
8709
8670
|
msgstr ""
|
8710
8671
|
|
8672
|
+
msgid "activation key"
|
8673
|
+
msgstr ""
|
8674
|
+
|
8711
8675
|
msgid "activation key identifier"
|
8712
8676
|
msgstr ""
|
8713
8677
|
|
@@ -8819,7 +8783,7 @@ msgstr ""
|
|
8819
8783
|
msgid "cannot be set because unlimited hosts is set"
|
8820
8784
|
msgstr ""
|
8821
8785
|
|
8822
|
-
msgid "cannot be set for
|
8786
|
+
msgid "cannot be set for repositories without 'Additive' mirroring policy."
|
8823
8787
|
msgstr ""
|
8824
8788
|
|
8825
8789
|
msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
|
@@ -8861,6 +8825,9 @@ msgstr ""
|
|
8861
8825
|
msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8862
8826
|
msgstr ""
|
8863
8827
|
|
8828
|
+
msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
|
8829
|
+
msgstr ""
|
8830
|
+
|
8864
8831
|
msgid "content view component ID. Identifier of the component association"
|
8865
8832
|
msgstr ""
|
8866
8833
|
|
@@ -8945,7 +8912,7 @@ msgstr ""
|
|
8945
8912
|
msgid "disk"
|
8946
8913
|
msgstr ""
|
8947
8914
|
|
8948
|
-
msgid "download policy for
|
8915
|
+
msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
|
8949
8916
|
msgstr ""
|
8950
8917
|
|
8951
8918
|
msgid "enables or disables synchronization"
|
@@ -8984,6 +8951,9 @@ msgstr ""
|
|
8984
8951
|
msgid "erratum: IDs or a select all object"
|
8985
8952
|
msgstr ""
|
8986
8953
|
|
8954
|
+
msgid "erratum: allow types not matching a valid errata type"
|
8955
|
+
msgstr ""
|
8956
|
+
|
8987
8957
|
msgid "erratum: end date (YYYY-MM-DD)"
|
8988
8958
|
msgstr ""
|
8989
8959
|
|
@@ -9044,6 +9014,9 @@ msgstr ""
|
|
9044
9014
|
msgid "here"
|
9045
9015
|
msgstr ""
|
9046
9016
|
|
9017
|
+
msgid "host"
|
9018
|
+
msgstr ""
|
9019
|
+
|
9047
9020
|
msgid "host collection name to filter by"
|
9048
9021
|
msgstr ""
|
9049
9022
|
|
@@ -9164,6 +9137,18 @@ msgstr ""
|
|
9164
9137
|
msgid "module streams not found"
|
9165
9138
|
msgstr ""
|
9166
9139
|
|
9140
|
+
msgid "multi-environment activation key"
|
9141
|
+
msgstr ""
|
9142
|
+
|
9143
|
+
msgid "multi-environment activation keys"
|
9144
|
+
msgstr ""
|
9145
|
+
|
9146
|
+
msgid "multi-environment host"
|
9147
|
+
msgstr ""
|
9148
|
+
|
9149
|
+
msgid "multi-environment hosts"
|
9150
|
+
msgstr ""
|
9151
|
+
|
9167
9152
|
msgid "must be %{gpg_key} or %{cert}"
|
9168
9153
|
msgstr ""
|
9169
9154
|
|