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
@@ -57,7 +57,11 @@ msgid "{{ file.name }}"
|
|
57
57
|
msgstr ""
|
58
58
|
|
59
59
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
60
|
-
msgid "{{ host.
|
60
|
+
msgid "{{ host.display_name }}"
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
#: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
|
64
|
+
msgid "{{ host.rhel_lifecycle_status_label }}"
|
61
65
|
msgstr ""
|
62
66
|
|
63
67
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -100,6 +104,10 @@ msgstr ""
|
|
100
104
|
msgid "{{ product.name }}"
|
101
105
|
msgstr ""
|
102
106
|
|
107
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
108
|
+
msgid "{{ repo.last_sync_words }} ago"
|
109
|
+
msgstr ""
|
110
|
+
|
103
111
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
104
112
|
msgid ""
|
105
113
|
"{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
|
@@ -348,6 +356,7 @@ msgid "Activation Key:"
|
|
348
356
|
msgstr ""
|
349
357
|
|
350
358
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
359
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
351
360
|
msgid "Activation Keys"
|
352
361
|
msgstr ""
|
353
362
|
|
@@ -368,6 +377,11 @@ msgstr ""
|
|
368
377
|
msgid "Add Content Hosts to:"
|
369
378
|
msgstr ""
|
370
379
|
|
380
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
381
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
382
|
+
msgid "Add Host Collections"
|
383
|
+
msgstr ""
|
384
|
+
|
371
385
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
372
386
|
msgid "Add hosts to the host collection to see available actions."
|
373
387
|
msgstr ""
|
@@ -385,6 +399,10 @@ msgstr ""
|
|
385
399
|
msgid "Add ons:"
|
386
400
|
msgstr ""
|
387
401
|
|
402
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
403
|
+
msgid "Add Products"
|
404
|
+
msgstr ""
|
405
|
+
|
388
406
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
389
407
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
390
408
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -395,6 +413,11 @@ msgstr ""
|
|
395
413
|
msgid "Add Selected"
|
396
414
|
msgstr ""
|
397
415
|
|
416
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
417
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
418
|
+
msgid "Add Subscriptions"
|
419
|
+
msgstr ""
|
420
|
+
|
398
421
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
399
422
|
msgid "Add Subscriptions for Activation Key:"
|
400
423
|
msgstr ""
|
@@ -427,9 +450,11 @@ msgstr ""
|
|
427
450
|
msgid "Additive"
|
428
451
|
msgstr ""
|
429
452
|
|
453
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
430
454
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
431
455
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
432
456
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
457
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
433
458
|
msgid "Advanced Sync"
|
434
459
|
msgstr ""
|
435
460
|
|
@@ -441,6 +466,10 @@ msgstr ""
|
|
441
466
|
msgid "Affected Hosts"
|
442
467
|
msgstr ""
|
443
468
|
|
469
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
470
|
+
msgid "All"
|
471
|
+
msgstr ""
|
472
|
+
|
444
473
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
445
474
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
446
475
|
msgid "All Content Views"
|
@@ -459,6 +488,7 @@ msgstr ""
|
|
459
488
|
|
460
489
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
461
490
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
491
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
462
492
|
msgid "Alternate Content Sources"
|
463
493
|
msgstr ""
|
464
494
|
|
@@ -551,6 +581,7 @@ msgid "Ansible Collection Authorization"
|
|
551
581
|
msgstr ""
|
552
582
|
|
553
583
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
584
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
554
585
|
msgid "Ansible Collections"
|
555
586
|
msgstr ""
|
556
587
|
|
@@ -566,6 +597,7 @@ msgid "Applicable Content Hosts"
|
|
566
597
|
msgstr ""
|
567
598
|
|
568
599
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
600
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
569
601
|
msgid "Applicable Deb Packages"
|
570
602
|
msgstr ""
|
571
603
|
|
@@ -574,6 +606,7 @@ msgid "Applicable Errata"
|
|
574
606
|
msgstr ""
|
575
607
|
|
576
608
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
609
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
577
610
|
msgid "Applicable Packages"
|
578
611
|
msgstr ""
|
579
612
|
|
@@ -592,6 +625,7 @@ msgid "Application"
|
|
592
625
|
msgstr ""
|
593
626
|
|
594
627
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
628
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
595
629
|
msgid "Apply"
|
596
630
|
msgstr ""
|
597
631
|
|
@@ -626,7 +660,7 @@ msgid "Apply Errata"
|
|
626
660
|
msgstr ""
|
627
661
|
|
628
662
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
629
|
-
msgid "Apply Errata to Content Host \"{{host.
|
663
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
630
664
|
msgstr ""
|
631
665
|
|
632
666
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -691,7 +725,9 @@ msgid ""
|
|
691
725
|
msgstr ""
|
692
726
|
|
693
727
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
694
|
-
msgid "
|
728
|
+
msgid ""
|
729
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
730
|
+
" }}\"?"
|
695
731
|
msgstr ""
|
696
732
|
|
697
733
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -815,8 +851,9 @@ msgid ""
|
|
815
851
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
816
852
|
"repository?"
|
817
853
|
msgid_plural ""
|
818
|
-
"
|
819
|
-
"
|
854
|
+
"Repositories that are published in content view\n"
|
855
|
+
" versions or are the last affected repository in a content view filter will be skipped. You can delete those from the repository details page.\n"
|
856
|
+
" "
|
820
857
|
msgstr[0] ""
|
821
858
|
msgstr[1] ""
|
822
859
|
|
@@ -849,8 +886,8 @@ msgstr ""
|
|
849
886
|
|
850
887
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
851
888
|
msgid ""
|
852
|
-
"Are you sure you want to restart services on content host \"{{
|
853
|
-
"}}\"?"
|
889
|
+
"Are you sure you want to restart services on content host \"{{ "
|
890
|
+
"host.display_name }}\"?"
|
854
891
|
msgstr ""
|
855
892
|
|
856
893
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -934,10 +971,18 @@ msgstr ""
|
|
934
971
|
msgid "Auto-Attach"
|
935
972
|
msgstr ""
|
936
973
|
|
974
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
975
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
976
|
+
msgstr ""
|
977
|
+
|
937
978
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
938
979
|
msgid "Auto-Attach Details"
|
939
980
|
msgstr ""
|
940
981
|
|
982
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
983
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
984
|
+
msgstr ""
|
985
|
+
|
941
986
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
942
987
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
943
988
|
msgid "Automatic"
|
@@ -1021,6 +1066,10 @@ msgstr ""
|
|
1021
1066
|
msgid "Build Time"
|
1022
1067
|
msgstr ""
|
1023
1068
|
|
1069
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1070
|
+
msgid "Bulk Task"
|
1071
|
+
msgstr ""
|
1072
|
+
|
1024
1073
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1025
1074
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1026
1075
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1041,6 +1090,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1041
1090
|
msgstr ""
|
1042
1091
|
|
1043
1092
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1093
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1044
1094
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1045
1095
|
msgid "Cannot Remove"
|
1046
1096
|
msgstr ""
|
@@ -1195,6 +1245,7 @@ msgid "Composite View"
|
|
1195
1245
|
msgstr ""
|
1196
1246
|
|
1197
1247
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1248
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1198
1249
|
msgid "Confirm"
|
1199
1250
|
msgstr ""
|
1200
1251
|
|
@@ -1207,10 +1258,12 @@ msgid "Container Image Manifest"
|
|
1207
1258
|
msgstr ""
|
1208
1259
|
|
1209
1260
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1261
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1210
1262
|
msgid "Container Image Manifest Lists"
|
1211
1263
|
msgstr ""
|
1212
1264
|
|
1213
1265
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1266
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1214
1267
|
msgid "Container Image Manifests"
|
1215
1268
|
msgstr ""
|
1216
1269
|
|
@@ -1227,6 +1280,7 @@ msgstr ""
|
|
1227
1280
|
|
1228
1281
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1229
1282
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1283
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1230
1284
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1231
1285
|
msgid "Container Image Tags"
|
1232
1286
|
msgstr ""
|
@@ -1240,6 +1294,10 @@ msgstr ""
|
|
1240
1294
|
msgid "Content Counts"
|
1241
1295
|
msgstr ""
|
1242
1296
|
|
1297
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1298
|
+
msgid "Content Credential"
|
1299
|
+
msgstr ""
|
1300
|
+
|
1243
1301
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1244
1302
|
msgid "Content Credential %s has been created."
|
1245
1303
|
msgstr ""
|
@@ -1288,6 +1346,10 @@ msgstr ""
|
|
1288
1346
|
msgid "Content Host Limit"
|
1289
1347
|
msgstr ""
|
1290
1348
|
|
1349
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1350
|
+
msgid "Content Host Module Stream Management"
|
1351
|
+
msgstr ""
|
1352
|
+
|
1291
1353
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1292
1354
|
msgid "Content Host Properties"
|
1293
1355
|
msgstr ""
|
@@ -1300,6 +1362,10 @@ msgstr ""
|
|
1300
1362
|
msgid "Content Host Status"
|
1301
1363
|
msgstr ""
|
1302
1364
|
|
1365
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1366
|
+
msgid "Content Host Traces Management"
|
1367
|
+
msgstr ""
|
1368
|
+
|
1303
1369
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1304
1370
|
msgid "Content Host:"
|
1305
1371
|
msgstr ""
|
@@ -1311,6 +1377,9 @@ msgstr ""
|
|
1311
1377
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1312
1378
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1313
1379
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1380
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1381
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1382
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1314
1383
|
msgid "Content Hosts"
|
1315
1384
|
msgstr ""
|
1316
1385
|
|
@@ -1343,6 +1412,7 @@ msgstr ""
|
|
1343
1412
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1344
1413
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1345
1414
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1415
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1346
1416
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1347
1417
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1348
1418
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1367,7 +1437,10 @@ msgstr ""
|
|
1367
1437
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1368
1438
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1369
1439
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1440
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1370
1441
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1442
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1443
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1371
1444
|
msgid "Content Views"
|
1372
1445
|
msgstr ""
|
1373
1446
|
|
@@ -1434,6 +1507,11 @@ msgstr ""
|
|
1434
1507
|
msgid "Create Content Credential"
|
1435
1508
|
msgstr ""
|
1436
1509
|
|
1510
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1511
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1512
|
+
msgid "Create Copy"
|
1513
|
+
msgstr ""
|
1514
|
+
|
1437
1515
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1438
1516
|
msgid "Create Discovered Repositories"
|
1439
1517
|
msgstr ""
|
@@ -1452,6 +1530,10 @@ msgstr ""
|
|
1452
1530
|
msgid "Create Product"
|
1453
1531
|
msgstr ""
|
1454
1532
|
|
1533
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1534
|
+
msgid "Create Repositories"
|
1535
|
+
msgstr ""
|
1536
|
+
|
1455
1537
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1456
1538
|
msgid "Create Selected"
|
1457
1539
|
msgstr ""
|
@@ -1490,6 +1572,10 @@ msgstr ""
|
|
1490
1572
|
msgid "Current Subscriptions for Activation Key:"
|
1491
1573
|
msgstr ""
|
1492
1574
|
|
1575
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1576
|
+
msgid "Custom"
|
1577
|
+
msgstr ""
|
1578
|
+
|
1493
1579
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1494
1580
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1495
1581
|
msgid "custom cron"
|
@@ -1533,6 +1619,10 @@ msgid ""
|
|
1533
1619
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1534
1620
|
msgstr ""
|
1535
1621
|
|
1622
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1623
|
+
msgid "Deb Package Actions"
|
1624
|
+
msgstr ""
|
1625
|
+
|
1536
1626
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1537
1627
|
msgid "deb Package Updates"
|
1538
1628
|
msgstr ""
|
@@ -1544,6 +1634,7 @@ msgstr ""
|
|
1544
1634
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1545
1635
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1546
1636
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1637
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1547
1638
|
msgid "Deb Packages"
|
1548
1639
|
msgstr ""
|
1549
1640
|
|
@@ -1555,6 +1646,10 @@ msgstr ""
|
|
1555
1646
|
msgid "Deb Packages for:"
|
1556
1647
|
msgstr ""
|
1557
1648
|
|
1649
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1650
|
+
msgid "Deb Repositories"
|
1651
|
+
msgstr ""
|
1652
|
+
|
1558
1653
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1559
1654
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1560
1655
|
msgstr ""
|
@@ -1564,6 +1659,11 @@ msgstr ""
|
|
1564
1659
|
msgid "Deb:"
|
1565
1660
|
msgstr ""
|
1566
1661
|
|
1662
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1663
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1664
|
+
msgid "Debs"
|
1665
|
+
msgstr ""
|
1666
|
+
|
1567
1667
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1568
1668
|
msgid "Default"
|
1569
1669
|
msgstr ""
|
@@ -1580,6 +1680,10 @@ msgstr ""
|
|
1580
1680
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1581
1681
|
msgstr ""
|
1582
1682
|
|
1683
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1684
|
+
msgid "Delete filters"
|
1685
|
+
msgstr ""
|
1686
|
+
|
1583
1687
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1584
1688
|
msgid "Delete Hosts"
|
1585
1689
|
msgstr ""
|
@@ -1589,6 +1693,7 @@ msgid "Delta RPM"
|
|
1589
1693
|
msgstr ""
|
1590
1694
|
|
1591
1695
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1696
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1592
1697
|
msgid "Dependencies"
|
1593
1698
|
msgstr ""
|
1594
1699
|
|
@@ -1680,6 +1785,10 @@ msgstr ""
|
|
1680
1785
|
msgid "Discover"
|
1681
1786
|
msgstr ""
|
1682
1787
|
|
1788
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1789
|
+
msgid "Discover Repositories"
|
1790
|
+
msgstr ""
|
1791
|
+
|
1683
1792
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1684
1793
|
msgid "Discovered Repository"
|
1685
1794
|
msgstr ""
|
@@ -1702,6 +1811,10 @@ msgid ""
|
|
1702
1811
|
"repository."
|
1703
1812
|
msgstr ""
|
1704
1813
|
|
1814
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1815
|
+
msgid "Docker"
|
1816
|
+
msgstr ""
|
1817
|
+
|
1705
1818
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1706
1819
|
msgid ""
|
1707
1820
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1713,6 +1826,10 @@ msgid ""
|
|
1713
1826
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1714
1827
|
msgstr ""
|
1715
1828
|
|
1829
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1830
|
+
msgid "Docker Tags"
|
1831
|
+
msgstr ""
|
1832
|
+
|
1716
1833
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1717
1834
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1718
1835
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1786,6 +1903,10 @@ msgid ""
|
|
1786
1903
|
"Environment will also be removed from the following published content views!"
|
1787
1904
|
msgstr ""
|
1788
1905
|
|
1906
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1907
|
+
msgid "Environments"
|
1908
|
+
msgstr ""
|
1909
|
+
|
1789
1910
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1790
1911
|
msgid "Environments List"
|
1791
1912
|
msgstr ""
|
@@ -1793,7 +1914,10 @@ msgstr ""
|
|
1793
1914
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1794
1915
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1795
1916
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1917
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1796
1918
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1919
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1920
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1797
1921
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1798
1922
|
msgid "Errata"
|
1799
1923
|
msgstr ""
|
@@ -1905,6 +2029,9 @@ msgstr ""
|
|
1905
2029
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1906
2030
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1907
2031
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2032
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2033
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2034
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1908
2035
|
msgid "Files"
|
1909
2036
|
msgstr ""
|
1910
2037
|
|
@@ -1914,12 +2041,17 @@ msgstr ""
|
|
1914
2041
|
|
1915
2042
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1916
2043
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2044
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1917
2045
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1918
2046
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1919
2047
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1920
2048
|
msgid "Filter"
|
1921
2049
|
msgstr ""
|
1922
2050
|
|
2051
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2052
|
+
msgid "Filter by Environment"
|
2053
|
+
msgstr ""
|
2054
|
+
|
1923
2055
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1924
2056
|
msgid "Filter by Status:"
|
1925
2057
|
msgstr ""
|
@@ -1930,14 +2062,12 @@ msgstr ""
|
|
1930
2062
|
msgid "Filter..."
|
1931
2063
|
msgstr ""
|
1932
2064
|
|
1933
|
-
#: app/assets/javascripts/bastion_katello/
|
1934
|
-
msgid "
|
2065
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2066
|
+
msgid "Filters"
|
1935
2067
|
msgstr ""
|
1936
2068
|
|
1937
|
-
#: app/assets/javascripts/bastion_katello/
|
1938
|
-
msgid ""
|
1939
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1940
|
-
"it is recommended to use sha1."
|
2069
|
+
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
2070
|
+
msgid "Finished At"
|
1941
2071
|
msgstr ""
|
1942
2072
|
|
1943
2073
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -2009,6 +2139,10 @@ msgstr ""
|
|
2009
2139
|
msgid "Host Collection Membership"
|
2010
2140
|
msgstr ""
|
2011
2141
|
|
2142
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2143
|
+
msgid "Host Collection Membership Management"
|
2144
|
+
msgstr ""
|
2145
|
+
|
2012
2146
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2013
2147
|
msgid "Host Collection removed."
|
2014
2148
|
msgstr ""
|
@@ -2025,6 +2159,8 @@ msgstr ""
|
|
2025
2159
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2026
2160
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2027
2161
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2162
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2163
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2028
2164
|
msgid "Host Collections"
|
2029
2165
|
msgstr ""
|
2030
2166
|
|
@@ -2071,6 +2207,10 @@ msgstr ""
|
|
2071
2207
|
msgid "HTTP Proxy"
|
2072
2208
|
msgstr ""
|
2073
2209
|
|
2210
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2211
|
+
msgid "HTTP Proxy Management"
|
2212
|
+
msgstr ""
|
2213
|
+
|
2074
2214
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2075
2215
|
msgid "HTTP Proxy Policy"
|
2076
2216
|
msgstr ""
|
@@ -2092,11 +2232,22 @@ msgstr ""
|
|
2092
2232
|
msgid "Id"
|
2093
2233
|
msgstr ""
|
2094
2234
|
|
2235
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2236
|
+
msgid ""
|
2237
|
+
"If you want to upload individual packages, create a separate repository with"
|
2238
|
+
" an empty \"Upstream URL\" field."
|
2239
|
+
msgstr ""
|
2240
|
+
|
2095
2241
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2096
2242
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2097
2243
|
msgid "Ignore SRPMs"
|
2098
2244
|
msgstr ""
|
2099
2245
|
|
2246
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2247
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2248
|
+
msgid "Ignore treeinfo"
|
2249
|
+
msgstr ""
|
2250
|
+
|
2100
2251
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2101
2252
|
msgid "Image"
|
2102
2253
|
msgstr ""
|
@@ -2158,6 +2309,7 @@ msgid "Installed"
|
|
2158
2309
|
msgstr ""
|
2159
2310
|
|
2160
2311
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2312
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2161
2313
|
msgid "Installed Deb Packages"
|
2162
2314
|
msgstr ""
|
2163
2315
|
|
@@ -2172,6 +2324,7 @@ msgid "Installed Package"
|
|
2172
2324
|
msgstr ""
|
2173
2325
|
|
2174
2326
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2327
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2175
2328
|
msgid "Installed Packages"
|
2176
2329
|
msgstr ""
|
2177
2330
|
|
@@ -2210,18 +2363,10 @@ msgstr ""
|
|
2210
2363
|
msgid "Issued"
|
2211
2364
|
msgstr ""
|
2212
2365
|
|
2213
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2214
|
-
msgid "Katello Agent"
|
2215
|
-
msgstr ""
|
2216
|
-
|
2217
2366
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2218
2367
|
msgid "Katello Tracer"
|
2219
2368
|
msgstr ""
|
2220
2369
|
|
2221
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2222
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2223
|
-
msgstr ""
|
2224
|
-
|
2225
2370
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2226
2371
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2227
2372
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2245,11 +2390,16 @@ msgstr ""
|
|
2245
2390
|
msgid "Last Puppet Report"
|
2246
2391
|
msgstr ""
|
2247
2392
|
|
2393
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2394
|
+
msgid "Last reclaim failed:"
|
2395
|
+
msgstr ""
|
2396
|
+
|
2248
2397
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2249
2398
|
msgid "Last reclaim space failed:"
|
2250
2399
|
msgstr ""
|
2251
2400
|
|
2252
2401
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2402
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2253
2403
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2254
2404
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2255
2405
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2310,6 +2460,7 @@ msgid "Lifecycle Environment:"
|
|
2310
2460
|
msgstr ""
|
2311
2461
|
|
2312
2462
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2463
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2313
2464
|
msgid "Lifecycle Environments"
|
2314
2465
|
msgstr ""
|
2315
2466
|
|
@@ -2323,7 +2474,7 @@ msgstr ""
|
|
2323
2474
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2324
2475
|
msgid ""
|
2325
2476
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2326
|
-
"Lifecycle
|
2477
|
+
"Lifecycle Environment"
|
2327
2478
|
msgstr ""
|
2328
2479
|
|
2329
2480
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2354,6 +2505,23 @@ msgstr ""
|
|
2354
2505
|
msgid "List"
|
2355
2506
|
msgstr ""
|
2356
2507
|
|
2508
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2509
|
+
msgid "List Host Collections"
|
2510
|
+
msgstr ""
|
2511
|
+
|
2512
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2513
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2514
|
+
msgid "List Hosts"
|
2515
|
+
msgstr ""
|
2516
|
+
|
2517
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2518
|
+
msgid "List Products"
|
2519
|
+
msgstr ""
|
2520
|
+
|
2521
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2522
|
+
msgid "List Subscriptions"
|
2523
|
+
msgstr ""
|
2524
|
+
|
2357
2525
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2358
2526
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2359
2527
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2373,6 +2541,10 @@ msgstr ""
|
|
2373
2541
|
msgid "Loading...\""
|
2374
2542
|
msgstr ""
|
2375
2543
|
|
2544
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2545
|
+
msgid "Make filters apply to all repositories in the content view"
|
2546
|
+
msgstr ""
|
2547
|
+
|
2376
2548
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2377
2549
|
msgid "Manage Ansible Collections for Repository:"
|
2378
2550
|
msgstr ""
|
@@ -2445,6 +2617,11 @@ msgstr ""
|
|
2445
2617
|
msgid "Manifest Type"
|
2446
2618
|
msgstr ""
|
2447
2619
|
|
2620
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2621
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2622
|
+
msgid "Metadata Expiration (Seconds)"
|
2623
|
+
msgstr ""
|
2624
|
+
|
2448
2625
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2449
2626
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2450
2627
|
msgid "Mirroring Policy"
|
@@ -2479,7 +2656,10 @@ msgstr ""
|
|
2479
2656
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2480
2657
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2481
2658
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2659
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2482
2660
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2661
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2662
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2483
2663
|
msgid "Module Streams"
|
2484
2664
|
msgstr ""
|
2485
2665
|
|
@@ -2496,6 +2676,7 @@ msgid "More Details"
|
|
2496
2676
|
msgstr ""
|
2497
2677
|
|
2498
2678
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2679
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2499
2680
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2500
2681
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2501
2682
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2526,6 +2707,7 @@ msgstr ""
|
|
2526
2707
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2527
2708
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2528
2709
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2710
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2529
2711
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2530
2712
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2531
2713
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2596,24 +2778,36 @@ msgid "Never synced"
|
|
2596
2778
|
msgstr ""
|
2597
2779
|
|
2598
2780
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2781
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2599
2782
|
msgid "New Activation Key"
|
2600
2783
|
msgstr ""
|
2601
2784
|
|
2785
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2786
|
+
msgid "New Content Credential"
|
2787
|
+
msgstr ""
|
2788
|
+
|
2602
2789
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2790
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2603
2791
|
msgid "New Environment"
|
2604
2792
|
msgstr ""
|
2605
2793
|
|
2794
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2795
|
+
msgid "New Host Collection"
|
2796
|
+
msgstr ""
|
2797
|
+
|
2606
2798
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2607
2799
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2608
2800
|
msgid "New Name:"
|
2609
2801
|
msgstr ""
|
2610
2802
|
|
2611
2803
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2804
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2612
2805
|
msgid "New Product"
|
2613
2806
|
msgstr ""
|
2614
2807
|
|
2615
2808
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2616
2809
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2810
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2617
2811
|
msgid "New Repository"
|
2618
2812
|
msgstr ""
|
2619
2813
|
|
@@ -2717,6 +2911,10 @@ msgstr ""
|
|
2717
2911
|
msgid "No matching results."
|
2718
2912
|
msgstr ""
|
2719
2913
|
|
2914
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2915
|
+
msgid "No Packages to show"
|
2916
|
+
msgstr ""
|
2917
|
+
|
2720
2918
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2721
2919
|
msgid "No products are available to add to this Sync Plan."
|
2722
2920
|
msgstr ""
|
@@ -2773,15 +2971,12 @@ msgstr ""
|
|
2773
2971
|
msgid "Not Applicable"
|
2774
2972
|
msgstr ""
|
2775
2973
|
|
2776
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2777
|
-
msgid "Not installed"
|
2778
|
-
msgstr ""
|
2779
|
-
|
2780
2974
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2781
2975
|
msgid "Not started"
|
2782
2976
|
msgstr ""
|
2783
2977
|
|
2784
2978
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2979
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2785
2980
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2786
2981
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2787
2982
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2904,6 +3099,7 @@ msgstr ""
|
|
2904
3099
|
|
2905
3100
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2906
3101
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3102
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2907
3103
|
msgid "Package Actions"
|
2908
3104
|
msgstr ""
|
2909
3105
|
|
@@ -2912,6 +3108,7 @@ msgid "Package Group (Deprecated)"
|
|
2912
3108
|
msgstr ""
|
2913
3109
|
|
2914
3110
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3111
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2915
3112
|
msgid "Package Groups"
|
2916
3113
|
msgstr ""
|
2917
3114
|
|
@@ -2960,6 +3157,10 @@ msgstr ""
|
|
2960
3157
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
2961
3158
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2962
3159
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3160
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3161
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3162
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3163
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2963
3164
|
msgid "Packages"
|
2964
3165
|
msgstr ""
|
2965
3166
|
|
@@ -3018,15 +3219,20 @@ msgstr ""
|
|
3018
3219
|
msgid "Perform"
|
3019
3220
|
msgstr ""
|
3020
3221
|
|
3021
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3022
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3023
3222
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3024
3223
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3025
3224
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3026
3225
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3027
3226
|
msgid ""
|
3028
3227
|
"Performing host package actions is disabled because Katello is not "
|
3029
|
-
"configured for
|
3228
|
+
"configured for remote execution."
|
3229
|
+
msgstr ""
|
3230
|
+
|
3231
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3232
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3233
|
+
msgid ""
|
3234
|
+
"Performing host package actions is disabled because Katello is not "
|
3235
|
+
"configured for Remote Execution."
|
3030
3236
|
msgstr ""
|
3031
3237
|
|
3032
3238
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3070,6 +3276,7 @@ msgstr ""
|
|
3070
3276
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3071
3277
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3072
3278
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3279
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3073
3280
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3074
3281
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3075
3282
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3130,6 +3337,9 @@ msgstr ""
|
|
3130
3337
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3131
3338
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3132
3339
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3340
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3341
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3342
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3133
3343
|
msgid "Products"
|
3134
3344
|
msgstr ""
|
3135
3345
|
|
@@ -3149,6 +3359,10 @@ msgstr ""
|
|
3149
3359
|
msgid "Provides"
|
3150
3360
|
msgstr ""
|
3151
3361
|
|
3362
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3363
|
+
msgid "Provisioning"
|
3364
|
+
msgstr ""
|
3365
|
+
|
3152
3366
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3153
3367
|
msgid "Provisioning Details"
|
3154
3368
|
msgstr ""
|
@@ -3212,6 +3426,10 @@ msgstr ""
|
|
3212
3426
|
msgid "Recurring Logic"
|
3213
3427
|
msgstr ""
|
3214
3428
|
|
3429
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3430
|
+
msgid "Red Hat"
|
3431
|
+
msgstr ""
|
3432
|
+
|
3215
3433
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3216
3434
|
msgid "Red Hat Repositories page"
|
3217
3435
|
msgstr ""
|
@@ -3445,12 +3663,21 @@ msgstr ""
|
|
3445
3663
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3446
3664
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3447
3665
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3666
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3448
3667
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3449
3668
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3450
3669
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3451
3670
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3452
3671
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3453
3672
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3673
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3674
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3675
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3676
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3677
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3678
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3679
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3680
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3454
3681
|
msgid "Repositories"
|
3455
3682
|
msgstr ""
|
3456
3683
|
|
@@ -3490,7 +3717,6 @@ msgstr ""
|
|
3490
3717
|
msgid "Repositories to Create"
|
3491
3718
|
msgstr ""
|
3492
3719
|
|
3493
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3494
3720
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3495
3721
|
msgid "Repository"
|
3496
3722
|
msgstr ""
|
@@ -3524,8 +3750,6 @@ msgstr ""
|
|
3524
3750
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3525
3751
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3526
3752
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3527
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3528
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3529
3753
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3530
3754
|
msgid "Repository Name"
|
3531
3755
|
msgstr ""
|
@@ -3546,14 +3770,23 @@ msgstr ""
|
|
3546
3770
|
|
3547
3771
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3548
3772
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3773
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3549
3774
|
msgid "Repository Sets"
|
3550
3775
|
msgstr ""
|
3551
3776
|
|
3777
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3778
|
+
msgid "Repository Sets Management"
|
3779
|
+
msgstr ""
|
3780
|
+
|
3552
3781
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3553
3782
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3554
3783
|
msgid "Repository Sets settings saved successfully."
|
3555
3784
|
msgstr ""
|
3556
3785
|
|
3786
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3787
|
+
msgid "Repository type"
|
3788
|
+
msgstr ""
|
3789
|
+
|
3557
3790
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3558
3791
|
msgid "Repository Type"
|
3559
3792
|
msgstr ""
|
@@ -3573,6 +3806,10 @@ msgstr ""
|
|
3573
3806
|
msgid "Repository:"
|
3574
3807
|
msgstr ""
|
3575
3808
|
|
3809
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3810
|
+
msgid "Republish Repository Metadata"
|
3811
|
+
msgstr ""
|
3812
|
+
|
3576
3813
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3577
3814
|
msgid "Requirements"
|
3578
3815
|
msgstr ""
|
@@ -3614,7 +3851,7 @@ msgid "Restart Selected"
|
|
3614
3851
|
msgstr ""
|
3615
3852
|
|
3616
3853
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3617
|
-
msgid "Restart Services on Content Host \"{{host.
|
3854
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3618
3855
|
msgstr ""
|
3619
3856
|
|
3620
3857
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3723,10 +3960,20 @@ msgstr ""
|
|
3723
3960
|
msgid "Select an Organization"
|
3724
3961
|
msgstr ""
|
3725
3962
|
|
3963
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
3964
|
+
msgid "Select Content Host(s)"
|
3965
|
+
msgstr ""
|
3966
|
+
|
3726
3967
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3727
3968
|
msgid "Select Content View"
|
3728
3969
|
msgstr ""
|
3729
3970
|
|
3971
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3972
|
+
msgid ""
|
3973
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
3974
|
+
"to syncronize from the upstream repository."
|
3975
|
+
msgstr ""
|
3976
|
+
|
3730
3977
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3731
3978
|
msgid ""
|
3732
3979
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3738,6 +3985,12 @@ msgid ""
|
|
3738
3985
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3739
3986
|
msgstr ""
|
3740
3987
|
|
3988
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3989
|
+
msgid ""
|
3990
|
+
"Selecting this option will exclude treeinfo files from repository "
|
3991
|
+
"synchronization."
|
3992
|
+
msgstr ""
|
3993
|
+
|
3741
3994
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3742
3995
|
msgid ""
|
3743
3996
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3899,7 +4152,6 @@ msgstr ""
|
|
3899
4152
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3900
4153
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3901
4154
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3902
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3903
4155
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3904
4156
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3905
4157
|
msgid "Status"
|
@@ -3921,8 +4173,6 @@ msgid "Subscription Management"
|
|
3921
4173
|
msgstr ""
|
3922
4174
|
|
3923
4175
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
3924
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3925
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3926
4176
|
msgid "Subscription Status"
|
3927
4177
|
msgstr ""
|
3928
4178
|
|
@@ -3930,15 +4180,10 @@ msgstr ""
|
|
3930
4180
|
msgid "Subscription UUID"
|
3931
4181
|
msgstr ""
|
3932
4182
|
|
3933
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
3934
|
-
msgid ""
|
3935
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3936
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3937
|
-
msgstr ""
|
3938
|
-
|
3939
4183
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3940
4184
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3941
4185
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4186
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
3942
4187
|
msgid "Subscriptions"
|
3943
4188
|
msgstr ""
|
3944
4189
|
|
@@ -3980,22 +4225,6 @@ msgstr ""
|
|
3980
4225
|
msgid "Successfully removed 1 item."
|
3981
4226
|
msgstr ""
|
3982
4227
|
|
3983
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3984
|
-
msgid "Successfully scheduled an update of all packages"
|
3985
|
-
msgstr ""
|
3986
|
-
|
3987
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3988
|
-
msgid "Successfully scheduled package installation"
|
3989
|
-
msgstr ""
|
3990
|
-
|
3991
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3992
|
-
msgid "Successfully scheduled package removal"
|
3993
|
-
msgstr ""
|
3994
|
-
|
3995
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3996
|
-
msgid "Successfully scheduled package update"
|
3997
|
-
msgstr ""
|
3998
|
-
|
3999
4228
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
4000
4229
|
msgid "Successfully updated subscriptions."
|
4001
4230
|
msgstr ""
|
@@ -4056,6 +4285,10 @@ msgstr ""
|
|
4056
4285
|
msgid "Sync Plan created and assigned to product."
|
4057
4286
|
msgstr ""
|
4058
4287
|
|
4288
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4289
|
+
msgid "Sync Plan Management"
|
4290
|
+
msgstr ""
|
4291
|
+
|
4059
4292
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4060
4293
|
msgid "Sync Plan saved"
|
4061
4294
|
msgstr ""
|
@@ -4070,6 +4303,8 @@ msgid "Sync Plan:"
|
|
4070
4303
|
msgstr ""
|
4071
4304
|
|
4072
4305
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4306
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4307
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4073
4308
|
msgid "Sync Plans"
|
4074
4309
|
msgstr ""
|
4075
4310
|
|
@@ -4125,10 +4360,6 @@ msgstr ""
|
|
4125
4360
|
msgid "System Purpose Management"
|
4126
4361
|
msgstr ""
|
4127
4362
|
|
4128
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4129
|
-
msgid "System Purpose Status"
|
4130
|
-
msgstr ""
|
4131
|
-
|
4132
4363
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4133
4364
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4134
4365
|
msgid "Tags"
|
@@ -4141,6 +4372,9 @@ msgstr ""
|
|
4141
4372
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4142
4373
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4143
4374
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4375
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4376
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4377
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4144
4378
|
msgid "Tasks"
|
4145
4379
|
msgstr ""
|
4146
4380
|
|
@@ -4180,6 +4414,11 @@ msgid ""
|
|
4180
4414
|
"make errata available to these hosts."
|
4181
4415
|
msgstr ""
|
4182
4416
|
|
4417
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4418
|
+
msgid ""
|
4419
|
+
"The filters below have this repository as the last affected repository!"
|
4420
|
+
msgstr ""
|
4421
|
+
|
4183
4422
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4184
4423
|
msgid ""
|
4185
4424
|
"The following actions can be performed on content hosts in this host "
|
@@ -4229,15 +4468,15 @@ msgstr ""
|
|
4229
4468
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4230
4469
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4231
4470
|
msgid ""
|
4232
|
-
"The repository will be
|
4233
|
-
"
|
4471
|
+
"The repository will only be available on content hosts with the selected "
|
4472
|
+
"architecture."
|
4234
4473
|
msgstr ""
|
4235
4474
|
|
4236
4475
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4237
4476
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4238
4477
|
msgid ""
|
4239
|
-
"The repository will be
|
4240
|
-
"
|
4478
|
+
"The repository will only be available on content hosts with the selected OS "
|
4479
|
+
"version."
|
4241
4480
|
msgstr ""
|
4242
4481
|
|
4243
4482
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4246,6 +4485,12 @@ msgid ""
|
|
4246
4485
|
"different environment."
|
4247
4486
|
msgstr ""
|
4248
4487
|
|
4488
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4489
|
+
msgid ""
|
4490
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4491
|
+
"to 'Default' at the next edit or change in content."
|
4492
|
+
msgstr ""
|
4493
|
+
|
4249
4494
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4250
4495
|
msgid "The time the sync should happen in your current time zone."
|
4251
4496
|
msgstr ""
|
@@ -4353,7 +4598,9 @@ msgstr ""
|
|
4353
4598
|
|
4354
4599
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4355
4600
|
msgid ""
|
4356
|
-
"This activation key may be used during
|
4601
|
+
"This activation key may be used during <a "
|
4602
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4603
|
+
"registration.</a>"
|
4357
4604
|
msgstr ""
|
4358
4605
|
|
4359
4606
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4364,26 +4611,16 @@ msgstr ""
|
|
4364
4611
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4365
4612
|
msgstr ""
|
4366
4613
|
|
4614
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4615
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4616
|
+
msgstr ""
|
4617
|
+
|
4367
4618
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4368
4619
|
msgid ""
|
4369
4620
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4370
4621
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4371
4622
|
msgstr ""
|
4372
4623
|
|
4373
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4374
|
-
msgid ""
|
4375
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4376
|
-
" to have subscriptions attached to access repositories."
|
4377
|
-
msgstr ""
|
4378
|
-
|
4379
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4380
|
-
msgid ""
|
4381
|
-
"This organization is not using <a target=\"_blank\" "
|
4382
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4383
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4384
|
-
"and will be removed in a future version."
|
4385
|
-
msgstr ""
|
4386
|
-
|
4387
4624
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4388
4625
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4389
4626
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4419,6 +4656,7 @@ msgstr ""
|
|
4419
4656
|
|
4420
4657
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4421
4658
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4659
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4422
4660
|
msgid "Traces"
|
4423
4661
|
msgstr ""
|
4424
4662
|
|
@@ -4482,7 +4720,7 @@ msgid "Unregister Host"
|
|
4482
4720
|
msgstr ""
|
4483
4721
|
|
4484
4722
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4485
|
-
msgid "Unregister Host \"{{host.
|
4723
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4486
4724
|
msgstr ""
|
4487
4725
|
|
4488
4726
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4720,17 +4958,6 @@ msgstr ""
|
|
4720
4958
|
msgid "Versions"
|
4721
4959
|
msgstr ""
|
4722
4960
|
|
4723
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4724
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4725
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4726
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4727
|
-
msgid "via Katello agent"
|
4728
|
-
msgstr ""
|
4729
|
-
|
4730
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4731
|
-
msgid "via Katello Agent"
|
4732
|
-
msgstr ""
|
4733
|
-
|
4734
4961
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4735
4962
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4736
4963
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4804,6 +5031,13 @@ msgid ""
|
|
4804
5031
|
"associated subscriptions."
|
4805
5032
|
msgstr ""
|
4806
5033
|
|
5034
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5035
|
+
msgid ""
|
5036
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5037
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5038
|
+
"required to satisfy the system's installed products."
|
5039
|
+
msgstr ""
|
5040
|
+
|
4807
5041
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4808
5042
|
msgid ""
|
4809
5043
|
"Whitespace-separated list of components to sync (leave clear to sync all). Example: main <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"componentPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Components\">\n"
|
@@ -4856,11 +5090,21 @@ msgid ""
|
|
4856
5090
|
"contents of requirement.yml here"
|
4857
5091
|
msgstr ""
|
4858
5092
|
|
5093
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5094
|
+
msgid "You cannot remove content from a redhat repository"
|
5095
|
+
msgstr ""
|
5096
|
+
|
4859
5097
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4860
5098
|
msgid ""
|
4861
5099
|
"You cannot remove these repositories because you do not have permission."
|
4862
5100
|
msgstr ""
|
4863
5101
|
|
5102
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5103
|
+
msgid ""
|
5104
|
+
"You cannot remove this product because it has repositories that are the last"
|
5105
|
+
" affected repository on content view filters"
|
5106
|
+
msgstr ""
|
5107
|
+
|
4864
5108
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4865
5109
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4866
5110
|
msgstr ""
|
@@ -5104,6 +5348,7 @@ msgstr ""
|
|
5104
5348
|
msgid "Your search returned zero Repositories"
|
5105
5349
|
msgstr ""
|
5106
5350
|
|
5351
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5107
5352
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5108
5353
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5109
5354
|
msgid "Your search returned zero Repositories."
|