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"
|
@@ -343,6 +351,7 @@ msgid "Activation Key:"
|
|
343
351
|
msgstr ""
|
344
352
|
|
345
353
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
354
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
346
355
|
msgid "Activation Keys"
|
347
356
|
msgstr ""
|
348
357
|
|
@@ -363,6 +372,11 @@ msgstr ""
|
|
363
372
|
msgid "Add Content Hosts to:"
|
364
373
|
msgstr ""
|
365
374
|
|
375
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
376
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
377
|
+
msgid "Add Host Collections"
|
378
|
+
msgstr ""
|
379
|
+
|
366
380
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
367
381
|
msgid "Add hosts to the host collection to see available actions."
|
368
382
|
msgstr ""
|
@@ -380,6 +394,10 @@ msgstr ""
|
|
380
394
|
msgid "Add ons:"
|
381
395
|
msgstr ""
|
382
396
|
|
397
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
398
|
+
msgid "Add Products"
|
399
|
+
msgstr ""
|
400
|
+
|
383
401
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
384
402
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
385
403
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -390,6 +408,11 @@ msgstr ""
|
|
390
408
|
msgid "Add Selected"
|
391
409
|
msgstr ""
|
392
410
|
|
411
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
412
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
413
|
+
msgid "Add Subscriptions"
|
414
|
+
msgstr ""
|
415
|
+
|
393
416
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
394
417
|
msgid "Add Subscriptions for Activation Key:"
|
395
418
|
msgstr ""
|
@@ -422,9 +445,11 @@ msgstr ""
|
|
422
445
|
msgid "Additive"
|
423
446
|
msgstr ""
|
424
447
|
|
448
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
425
449
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
426
450
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
427
451
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
452
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
428
453
|
msgid "Advanced Sync"
|
429
454
|
msgstr ""
|
430
455
|
|
@@ -436,6 +461,10 @@ msgstr ""
|
|
436
461
|
msgid "Affected Hosts"
|
437
462
|
msgstr ""
|
438
463
|
|
464
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
465
|
+
msgid "All"
|
466
|
+
msgstr ""
|
467
|
+
|
439
468
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
440
469
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
441
470
|
msgid "All Content Views"
|
@@ -454,6 +483,7 @@ msgstr ""
|
|
454
483
|
|
455
484
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
456
485
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
486
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
457
487
|
msgid "Alternate Content Sources"
|
458
488
|
msgstr ""
|
459
489
|
|
@@ -546,6 +576,7 @@ msgid "Ansible Collection Authorization"
|
|
546
576
|
msgstr ""
|
547
577
|
|
548
578
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
579
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
549
580
|
msgid "Ansible Collections"
|
550
581
|
msgstr ""
|
551
582
|
|
@@ -561,6 +592,7 @@ msgid "Applicable Content Hosts"
|
|
561
592
|
msgstr ""
|
562
593
|
|
563
594
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
595
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
564
596
|
msgid "Applicable Deb Packages"
|
565
597
|
msgstr ""
|
566
598
|
|
@@ -569,6 +601,7 @@ msgid "Applicable Errata"
|
|
569
601
|
msgstr ""
|
570
602
|
|
571
603
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
604
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
572
605
|
msgid "Applicable Packages"
|
573
606
|
msgstr ""
|
574
607
|
|
@@ -587,6 +620,7 @@ msgid "Application"
|
|
587
620
|
msgstr ""
|
588
621
|
|
589
622
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
623
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
590
624
|
msgid "Apply"
|
591
625
|
msgstr ""
|
592
626
|
|
@@ -621,7 +655,7 @@ msgid "Apply Errata"
|
|
621
655
|
msgstr ""
|
622
656
|
|
623
657
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
624
|
-
msgid "Apply Errata to Content Host \"{{host.
|
658
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
625
659
|
msgstr ""
|
626
660
|
|
627
661
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -686,7 +720,9 @@ msgid ""
|
|
686
720
|
msgstr ""
|
687
721
|
|
688
722
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
689
|
-
msgid "
|
723
|
+
msgid ""
|
724
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
725
|
+
" }}\"?"
|
690
726
|
msgstr ""
|
691
727
|
|
692
728
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -806,8 +842,9 @@ msgid ""
|
|
806
842
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
807
843
|
"repository?"
|
808
844
|
msgid_plural ""
|
809
|
-
"
|
810
|
-
"
|
845
|
+
"Repositories that are published in content view\n"
|
846
|
+
" 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"
|
847
|
+
" "
|
811
848
|
msgstr[0] ""
|
812
849
|
|
813
850
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
@@ -838,8 +875,8 @@ msgstr ""
|
|
838
875
|
|
839
876
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
840
877
|
msgid ""
|
841
|
-
"Are you sure you want to restart services on content host \"{{
|
842
|
-
"}}\"?"
|
878
|
+
"Are you sure you want to restart services on content host \"{{ "
|
879
|
+
"host.display_name }}\"?"
|
843
880
|
msgstr ""
|
844
881
|
|
845
882
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -923,10 +960,18 @@ msgstr ""
|
|
923
960
|
msgid "Auto-Attach"
|
924
961
|
msgstr ""
|
925
962
|
|
963
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
964
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
965
|
+
msgstr ""
|
966
|
+
|
926
967
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
927
968
|
msgid "Auto-Attach Details"
|
928
969
|
msgstr ""
|
929
970
|
|
971
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
972
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
973
|
+
msgstr ""
|
974
|
+
|
930
975
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
931
976
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
932
977
|
msgid "Automatic"
|
@@ -1010,6 +1055,10 @@ msgstr ""
|
|
1010
1055
|
msgid "Build Time"
|
1011
1056
|
msgstr ""
|
1012
1057
|
|
1058
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1059
|
+
msgid "Bulk Task"
|
1060
|
+
msgstr ""
|
1061
|
+
|
1013
1062
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1014
1063
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1015
1064
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1030,6 +1079,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1030
1079
|
msgstr ""
|
1031
1080
|
|
1032
1081
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1082
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1033
1083
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1034
1084
|
msgid "Cannot Remove"
|
1035
1085
|
msgstr ""
|
@@ -1184,6 +1234,7 @@ msgid "Composite View"
|
|
1184
1234
|
msgstr ""
|
1185
1235
|
|
1186
1236
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1237
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1187
1238
|
msgid "Confirm"
|
1188
1239
|
msgstr ""
|
1189
1240
|
|
@@ -1196,10 +1247,12 @@ msgid "Container Image Manifest"
|
|
1196
1247
|
msgstr ""
|
1197
1248
|
|
1198
1249
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1250
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1199
1251
|
msgid "Container Image Manifest Lists"
|
1200
1252
|
msgstr ""
|
1201
1253
|
|
1202
1254
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1255
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1203
1256
|
msgid "Container Image Manifests"
|
1204
1257
|
msgstr ""
|
1205
1258
|
|
@@ -1216,6 +1269,7 @@ msgstr ""
|
|
1216
1269
|
|
1217
1270
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1218
1271
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1272
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1219
1273
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1220
1274
|
msgid "Container Image Tags"
|
1221
1275
|
msgstr ""
|
@@ -1229,6 +1283,10 @@ msgstr ""
|
|
1229
1283
|
msgid "Content Counts"
|
1230
1284
|
msgstr ""
|
1231
1285
|
|
1286
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1287
|
+
msgid "Content Credential"
|
1288
|
+
msgstr ""
|
1289
|
+
|
1232
1290
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1233
1291
|
msgid "Content Credential %s has been created."
|
1234
1292
|
msgstr ""
|
@@ -1277,6 +1335,10 @@ msgstr ""
|
|
1277
1335
|
msgid "Content Host Limit"
|
1278
1336
|
msgstr ""
|
1279
1337
|
|
1338
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1339
|
+
msgid "Content Host Module Stream Management"
|
1340
|
+
msgstr ""
|
1341
|
+
|
1280
1342
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1281
1343
|
msgid "Content Host Properties"
|
1282
1344
|
msgstr ""
|
@@ -1289,6 +1351,10 @@ msgstr ""
|
|
1289
1351
|
msgid "Content Host Status"
|
1290
1352
|
msgstr ""
|
1291
1353
|
|
1354
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1355
|
+
msgid "Content Host Traces Management"
|
1356
|
+
msgstr ""
|
1357
|
+
|
1292
1358
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1293
1359
|
msgid "Content Host:"
|
1294
1360
|
msgstr ""
|
@@ -1300,6 +1366,9 @@ msgstr ""
|
|
1300
1366
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1301
1367
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1302
1368
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1369
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1370
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1371
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1303
1372
|
msgid "Content Hosts"
|
1304
1373
|
msgstr ""
|
1305
1374
|
|
@@ -1332,6 +1401,7 @@ msgstr ""
|
|
1332
1401
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1333
1402
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1334
1403
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1404
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1335
1405
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1336
1406
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1337
1407
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1356,7 +1426,10 @@ msgstr ""
|
|
1356
1426
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1357
1427
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1358
1428
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1429
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1359
1430
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1431
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1432
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1360
1433
|
msgid "Content Views"
|
1361
1434
|
msgstr ""
|
1362
1435
|
|
@@ -1423,6 +1496,11 @@ msgstr ""
|
|
1423
1496
|
msgid "Create Content Credential"
|
1424
1497
|
msgstr ""
|
1425
1498
|
|
1499
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1500
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1501
|
+
msgid "Create Copy"
|
1502
|
+
msgstr ""
|
1503
|
+
|
1426
1504
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1427
1505
|
msgid "Create Discovered Repositories"
|
1428
1506
|
msgstr ""
|
@@ -1441,6 +1519,10 @@ msgstr ""
|
|
1441
1519
|
msgid "Create Product"
|
1442
1520
|
msgstr ""
|
1443
1521
|
|
1522
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1523
|
+
msgid "Create Repositories"
|
1524
|
+
msgstr ""
|
1525
|
+
|
1444
1526
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1445
1527
|
msgid "Create Selected"
|
1446
1528
|
msgstr ""
|
@@ -1479,6 +1561,10 @@ msgstr ""
|
|
1479
1561
|
msgid "Current Subscriptions for Activation Key:"
|
1480
1562
|
msgstr ""
|
1481
1563
|
|
1564
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1565
|
+
msgid "Custom"
|
1566
|
+
msgstr ""
|
1567
|
+
|
1482
1568
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1483
1569
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1484
1570
|
msgid "custom cron"
|
@@ -1522,6 +1608,10 @@ msgid ""
|
|
1522
1608
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1523
1609
|
msgstr ""
|
1524
1610
|
|
1611
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1612
|
+
msgid "Deb Package Actions"
|
1613
|
+
msgstr ""
|
1614
|
+
|
1525
1615
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1526
1616
|
msgid "deb Package Updates"
|
1527
1617
|
msgstr ""
|
@@ -1533,6 +1623,7 @@ msgstr ""
|
|
1533
1623
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1534
1624
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1535
1625
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1626
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1536
1627
|
msgid "Deb Packages"
|
1537
1628
|
msgstr ""
|
1538
1629
|
|
@@ -1544,6 +1635,10 @@ msgstr ""
|
|
1544
1635
|
msgid "Deb Packages for:"
|
1545
1636
|
msgstr ""
|
1546
1637
|
|
1638
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1639
|
+
msgid "Deb Repositories"
|
1640
|
+
msgstr ""
|
1641
|
+
|
1547
1642
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1548
1643
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1549
1644
|
msgstr ""
|
@@ -1553,6 +1648,11 @@ msgstr ""
|
|
1553
1648
|
msgid "Deb:"
|
1554
1649
|
msgstr ""
|
1555
1650
|
|
1651
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1652
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1653
|
+
msgid "Debs"
|
1654
|
+
msgstr ""
|
1655
|
+
|
1556
1656
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1557
1657
|
msgid "Default"
|
1558
1658
|
msgstr ""
|
@@ -1569,6 +1669,10 @@ msgstr ""
|
|
1569
1669
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1570
1670
|
msgstr ""
|
1571
1671
|
|
1672
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1673
|
+
msgid "Delete filters"
|
1674
|
+
msgstr ""
|
1675
|
+
|
1572
1676
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1573
1677
|
msgid "Delete Hosts"
|
1574
1678
|
msgstr ""
|
@@ -1578,6 +1682,7 @@ msgid "Delta RPM"
|
|
1578
1682
|
msgstr ""
|
1579
1683
|
|
1580
1684
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1685
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1581
1686
|
msgid "Dependencies"
|
1582
1687
|
msgstr ""
|
1583
1688
|
|
@@ -1669,6 +1774,10 @@ msgstr ""
|
|
1669
1774
|
msgid "Discover"
|
1670
1775
|
msgstr ""
|
1671
1776
|
|
1777
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1778
|
+
msgid "Discover Repositories"
|
1779
|
+
msgstr ""
|
1780
|
+
|
1672
1781
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1673
1782
|
msgid "Discovered Repository"
|
1674
1783
|
msgstr ""
|
@@ -1691,6 +1800,10 @@ msgid ""
|
|
1691
1800
|
"repository."
|
1692
1801
|
msgstr ""
|
1693
1802
|
|
1803
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1804
|
+
msgid "Docker"
|
1805
|
+
msgstr ""
|
1806
|
+
|
1694
1807
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1695
1808
|
msgid ""
|
1696
1809
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1702,6 +1815,10 @@ msgid ""
|
|
1702
1815
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1703
1816
|
msgstr ""
|
1704
1817
|
|
1818
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1819
|
+
msgid "Docker Tags"
|
1820
|
+
msgstr ""
|
1821
|
+
|
1705
1822
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1706
1823
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1707
1824
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1775,6 +1892,10 @@ msgid ""
|
|
1775
1892
|
"Environment will also be removed from the following published content views!"
|
1776
1893
|
msgstr ""
|
1777
1894
|
|
1895
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1896
|
+
msgid "Environments"
|
1897
|
+
msgstr ""
|
1898
|
+
|
1778
1899
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1779
1900
|
msgid "Environments List"
|
1780
1901
|
msgstr ""
|
@@ -1782,7 +1903,10 @@ msgstr ""
|
|
1782
1903
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1783
1904
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1784
1905
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1906
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1785
1907
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1908
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1909
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1786
1910
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1787
1911
|
msgid "Errata"
|
1788
1912
|
msgstr ""
|
@@ -1894,6 +2018,9 @@ msgstr ""
|
|
1894
2018
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1895
2019
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1896
2020
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2021
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2022
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2023
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1897
2024
|
msgid "Files"
|
1898
2025
|
msgstr ""
|
1899
2026
|
|
@@ -1903,12 +2030,17 @@ msgstr ""
|
|
1903
2030
|
|
1904
2031
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1905
2032
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2033
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1906
2034
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1907
2035
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1908
2036
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1909
2037
|
msgid "Filter"
|
1910
2038
|
msgstr ""
|
1911
2039
|
|
2040
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2041
|
+
msgid "Filter by Environment"
|
2042
|
+
msgstr ""
|
2043
|
+
|
1912
2044
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1913
2045
|
msgid "Filter by Status:"
|
1914
2046
|
msgstr ""
|
@@ -1919,14 +2051,12 @@ msgstr ""
|
|
1919
2051
|
msgid "Filter..."
|
1920
2052
|
msgstr ""
|
1921
2053
|
|
1922
|
-
#: app/assets/javascripts/bastion_katello/
|
1923
|
-
msgid "
|
2054
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2055
|
+
msgid "Filters"
|
1924
2056
|
msgstr ""
|
1925
2057
|
|
1926
|
-
#: app/assets/javascripts/bastion_katello/
|
1927
|
-
msgid ""
|
1928
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1929
|
-
"it is recommended to use sha1."
|
2058
|
+
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
2059
|
+
msgid "Finished At"
|
1930
2060
|
msgstr ""
|
1931
2061
|
|
1932
2062
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -1998,6 +2128,10 @@ msgstr ""
|
|
1998
2128
|
msgid "Host Collection Membership"
|
1999
2129
|
msgstr ""
|
2000
2130
|
|
2131
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2132
|
+
msgid "Host Collection Membership Management"
|
2133
|
+
msgstr ""
|
2134
|
+
|
2001
2135
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2002
2136
|
msgid "Host Collection removed."
|
2003
2137
|
msgstr ""
|
@@ -2014,6 +2148,8 @@ msgstr ""
|
|
2014
2148
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2015
2149
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2016
2150
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2151
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2152
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2017
2153
|
msgid "Host Collections"
|
2018
2154
|
msgstr ""
|
2019
2155
|
|
@@ -2060,6 +2196,10 @@ msgstr ""
|
|
2060
2196
|
msgid "HTTP Proxy"
|
2061
2197
|
msgstr ""
|
2062
2198
|
|
2199
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2200
|
+
msgid "HTTP Proxy Management"
|
2201
|
+
msgstr ""
|
2202
|
+
|
2063
2203
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2064
2204
|
msgid "HTTP Proxy Policy"
|
2065
2205
|
msgstr ""
|
@@ -2081,11 +2221,22 @@ msgstr ""
|
|
2081
2221
|
msgid "Id"
|
2082
2222
|
msgstr ""
|
2083
2223
|
|
2224
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2225
|
+
msgid ""
|
2226
|
+
"If you want to upload individual packages, create a separate repository with"
|
2227
|
+
" an empty \"Upstream URL\" field."
|
2228
|
+
msgstr ""
|
2229
|
+
|
2084
2230
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2085
2231
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2086
2232
|
msgid "Ignore SRPMs"
|
2087
2233
|
msgstr ""
|
2088
2234
|
|
2235
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2236
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2237
|
+
msgid "Ignore treeinfo"
|
2238
|
+
msgstr ""
|
2239
|
+
|
2089
2240
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2090
2241
|
msgid "Image"
|
2091
2242
|
msgstr ""
|
@@ -2147,6 +2298,7 @@ msgid "Installed"
|
|
2147
2298
|
msgstr ""
|
2148
2299
|
|
2149
2300
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2301
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2150
2302
|
msgid "Installed Deb Packages"
|
2151
2303
|
msgstr ""
|
2152
2304
|
|
@@ -2161,6 +2313,7 @@ msgid "Installed Package"
|
|
2161
2313
|
msgstr ""
|
2162
2314
|
|
2163
2315
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2316
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2164
2317
|
msgid "Installed Packages"
|
2165
2318
|
msgstr ""
|
2166
2319
|
|
@@ -2199,18 +2352,10 @@ msgstr ""
|
|
2199
2352
|
msgid "Issued"
|
2200
2353
|
msgstr ""
|
2201
2354
|
|
2202
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2203
|
-
msgid "Katello Agent"
|
2204
|
-
msgstr ""
|
2205
|
-
|
2206
2355
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2207
2356
|
msgid "Katello Tracer"
|
2208
2357
|
msgstr ""
|
2209
2358
|
|
2210
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2211
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2212
|
-
msgstr ""
|
2213
|
-
|
2214
2359
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2215
2360
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2216
2361
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2234,11 +2379,16 @@ msgstr ""
|
|
2234
2379
|
msgid "Last Puppet Report"
|
2235
2380
|
msgstr ""
|
2236
2381
|
|
2382
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2383
|
+
msgid "Last reclaim failed:"
|
2384
|
+
msgstr ""
|
2385
|
+
|
2237
2386
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2238
2387
|
msgid "Last reclaim space failed:"
|
2239
2388
|
msgstr ""
|
2240
2389
|
|
2241
2390
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2391
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2242
2392
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2243
2393
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2244
2394
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2299,6 +2449,7 @@ msgid "Lifecycle Environment:"
|
|
2299
2449
|
msgstr ""
|
2300
2450
|
|
2301
2451
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2452
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2302
2453
|
msgid "Lifecycle Environments"
|
2303
2454
|
msgstr ""
|
2304
2455
|
|
@@ -2312,7 +2463,7 @@ msgstr ""
|
|
2312
2463
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2313
2464
|
msgid ""
|
2314
2465
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2315
|
-
"Lifecycle
|
2466
|
+
"Lifecycle Environment"
|
2316
2467
|
msgstr ""
|
2317
2468
|
|
2318
2469
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2343,6 +2494,23 @@ msgstr ""
|
|
2343
2494
|
msgid "List"
|
2344
2495
|
msgstr ""
|
2345
2496
|
|
2497
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2498
|
+
msgid "List Host Collections"
|
2499
|
+
msgstr ""
|
2500
|
+
|
2501
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2502
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2503
|
+
msgid "List Hosts"
|
2504
|
+
msgstr ""
|
2505
|
+
|
2506
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2507
|
+
msgid "List Products"
|
2508
|
+
msgstr ""
|
2509
|
+
|
2510
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2511
|
+
msgid "List Subscriptions"
|
2512
|
+
msgstr ""
|
2513
|
+
|
2346
2514
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2347
2515
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2348
2516
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2362,6 +2530,10 @@ msgstr ""
|
|
2362
2530
|
msgid "Loading...\""
|
2363
2531
|
msgstr ""
|
2364
2532
|
|
2533
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2534
|
+
msgid "Make filters apply to all repositories in the content view"
|
2535
|
+
msgstr ""
|
2536
|
+
|
2365
2537
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2366
2538
|
msgid "Manage Ansible Collections for Repository:"
|
2367
2539
|
msgstr ""
|
@@ -2434,6 +2606,11 @@ msgstr ""
|
|
2434
2606
|
msgid "Manifest Type"
|
2435
2607
|
msgstr ""
|
2436
2608
|
|
2609
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2610
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2611
|
+
msgid "Metadata Expiration (Seconds)"
|
2612
|
+
msgstr ""
|
2613
|
+
|
2437
2614
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2438
2615
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2439
2616
|
msgid "Mirroring Policy"
|
@@ -2468,7 +2645,10 @@ msgstr ""
|
|
2468
2645
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2469
2646
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2470
2647
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2648
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2471
2649
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2650
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2651
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2472
2652
|
msgid "Module Streams"
|
2473
2653
|
msgstr ""
|
2474
2654
|
|
@@ -2485,6 +2665,7 @@ msgid "More Details"
|
|
2485
2665
|
msgstr ""
|
2486
2666
|
|
2487
2667
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2668
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2488
2669
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2489
2670
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2490
2671
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2515,6 +2696,7 @@ msgstr ""
|
|
2515
2696
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2516
2697
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2517
2698
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2699
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2518
2700
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2519
2701
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2520
2702
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2585,24 +2767,36 @@ msgid "Never synced"
|
|
2585
2767
|
msgstr ""
|
2586
2768
|
|
2587
2769
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2770
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2588
2771
|
msgid "New Activation Key"
|
2589
2772
|
msgstr ""
|
2590
2773
|
|
2774
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2775
|
+
msgid "New Content Credential"
|
2776
|
+
msgstr ""
|
2777
|
+
|
2591
2778
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2779
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2592
2780
|
msgid "New Environment"
|
2593
2781
|
msgstr ""
|
2594
2782
|
|
2783
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2784
|
+
msgid "New Host Collection"
|
2785
|
+
msgstr ""
|
2786
|
+
|
2595
2787
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2596
2788
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2597
2789
|
msgid "New Name:"
|
2598
2790
|
msgstr ""
|
2599
2791
|
|
2600
2792
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2793
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2601
2794
|
msgid "New Product"
|
2602
2795
|
msgstr ""
|
2603
2796
|
|
2604
2797
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2605
2798
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2799
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2606
2800
|
msgid "New Repository"
|
2607
2801
|
msgstr ""
|
2608
2802
|
|
@@ -2706,6 +2900,10 @@ msgstr ""
|
|
2706
2900
|
msgid "No matching results."
|
2707
2901
|
msgstr ""
|
2708
2902
|
|
2903
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2904
|
+
msgid "No Packages to show"
|
2905
|
+
msgstr ""
|
2906
|
+
|
2709
2907
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2710
2908
|
msgid "No products are available to add to this Sync Plan."
|
2711
2909
|
msgstr ""
|
@@ -2762,15 +2960,12 @@ msgstr ""
|
|
2762
2960
|
msgid "Not Applicable"
|
2763
2961
|
msgstr ""
|
2764
2962
|
|
2765
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2766
|
-
msgid "Not installed"
|
2767
|
-
msgstr ""
|
2768
|
-
|
2769
2963
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2770
2964
|
msgid "Not started"
|
2771
2965
|
msgstr ""
|
2772
2966
|
|
2773
2967
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2968
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2774
2969
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2775
2970
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2776
2971
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2893,6 +3088,7 @@ msgstr ""
|
|
2893
3088
|
|
2894
3089
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2895
3090
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3091
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2896
3092
|
msgid "Package Actions"
|
2897
3093
|
msgstr ""
|
2898
3094
|
|
@@ -2901,6 +3097,7 @@ msgid "Package Group (Deprecated)"
|
|
2901
3097
|
msgstr ""
|
2902
3098
|
|
2903
3099
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3100
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2904
3101
|
msgid "Package Groups"
|
2905
3102
|
msgstr ""
|
2906
3103
|
|
@@ -2949,6 +3146,10 @@ msgstr ""
|
|
2949
3146
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
2950
3147
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2951
3148
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3149
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3150
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3151
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3152
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2952
3153
|
msgid "Packages"
|
2953
3154
|
msgstr ""
|
2954
3155
|
|
@@ -3007,15 +3208,20 @@ msgstr ""
|
|
3007
3208
|
msgid "Perform"
|
3008
3209
|
msgstr ""
|
3009
3210
|
|
3010
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3011
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3012
3211
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3013
3212
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3014
3213
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3015
3214
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3016
3215
|
msgid ""
|
3017
3216
|
"Performing host package actions is disabled because Katello is not "
|
3018
|
-
"configured for
|
3217
|
+
"configured for remote execution."
|
3218
|
+
msgstr ""
|
3219
|
+
|
3220
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3221
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3222
|
+
msgid ""
|
3223
|
+
"Performing host package actions is disabled because Katello is not "
|
3224
|
+
"configured for Remote Execution."
|
3019
3225
|
msgstr ""
|
3020
3226
|
|
3021
3227
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3059,6 +3265,7 @@ msgstr ""
|
|
3059
3265
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3060
3266
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3061
3267
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3268
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3062
3269
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3063
3270
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3064
3271
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3119,6 +3326,9 @@ msgstr ""
|
|
3119
3326
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3120
3327
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3121
3328
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3329
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3330
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3331
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3122
3332
|
msgid "Products"
|
3123
3333
|
msgstr ""
|
3124
3334
|
|
@@ -3138,6 +3348,10 @@ msgstr ""
|
|
3138
3348
|
msgid "Provides"
|
3139
3349
|
msgstr ""
|
3140
3350
|
|
3351
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3352
|
+
msgid "Provisioning"
|
3353
|
+
msgstr ""
|
3354
|
+
|
3141
3355
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3142
3356
|
msgid "Provisioning Details"
|
3143
3357
|
msgstr ""
|
@@ -3201,6 +3415,10 @@ msgstr ""
|
|
3201
3415
|
msgid "Recurring Logic"
|
3202
3416
|
msgstr ""
|
3203
3417
|
|
3418
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3419
|
+
msgid "Red Hat"
|
3420
|
+
msgstr ""
|
3421
|
+
|
3204
3422
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3205
3423
|
msgid "Red Hat Repositories page"
|
3206
3424
|
msgstr ""
|
@@ -3428,12 +3646,21 @@ msgstr ""
|
|
3428
3646
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3429
3647
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3430
3648
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3649
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3431
3650
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3432
3651
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3433
3652
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3434
3653
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3435
3654
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3436
3655
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3656
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3657
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3658
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3659
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3660
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3661
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3662
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3663
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3437
3664
|
msgid "Repositories"
|
3438
3665
|
msgstr ""
|
3439
3666
|
|
@@ -3473,7 +3700,6 @@ msgstr ""
|
|
3473
3700
|
msgid "Repositories to Create"
|
3474
3701
|
msgstr ""
|
3475
3702
|
|
3476
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3477
3703
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3478
3704
|
msgid "Repository"
|
3479
3705
|
msgstr ""
|
@@ -3507,8 +3733,6 @@ msgstr ""
|
|
3507
3733
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3508
3734
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3509
3735
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3510
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3511
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3512
3736
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3513
3737
|
msgid "Repository Name"
|
3514
3738
|
msgstr ""
|
@@ -3529,14 +3753,23 @@ msgstr ""
|
|
3529
3753
|
|
3530
3754
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3531
3755
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3756
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3532
3757
|
msgid "Repository Sets"
|
3533
3758
|
msgstr ""
|
3534
3759
|
|
3760
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3761
|
+
msgid "Repository Sets Management"
|
3762
|
+
msgstr ""
|
3763
|
+
|
3535
3764
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3536
3765
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3537
3766
|
msgid "Repository Sets settings saved successfully."
|
3538
3767
|
msgstr ""
|
3539
3768
|
|
3769
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3770
|
+
msgid "Repository type"
|
3771
|
+
msgstr ""
|
3772
|
+
|
3540
3773
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3541
3774
|
msgid "Repository Type"
|
3542
3775
|
msgstr ""
|
@@ -3556,6 +3789,10 @@ msgstr ""
|
|
3556
3789
|
msgid "Repository:"
|
3557
3790
|
msgstr ""
|
3558
3791
|
|
3792
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3793
|
+
msgid "Republish Repository Metadata"
|
3794
|
+
msgstr ""
|
3795
|
+
|
3559
3796
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3560
3797
|
msgid "Requirements"
|
3561
3798
|
msgstr ""
|
@@ -3597,7 +3834,7 @@ msgid "Restart Selected"
|
|
3597
3834
|
msgstr ""
|
3598
3835
|
|
3599
3836
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3600
|
-
msgid "Restart Services on Content Host \"{{host.
|
3837
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3601
3838
|
msgstr ""
|
3602
3839
|
|
3603
3840
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3706,10 +3943,20 @@ msgstr ""
|
|
3706
3943
|
msgid "Select an Organization"
|
3707
3944
|
msgstr ""
|
3708
3945
|
|
3946
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
3947
|
+
msgid "Select Content Host(s)"
|
3948
|
+
msgstr ""
|
3949
|
+
|
3709
3950
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3710
3951
|
msgid "Select Content View"
|
3711
3952
|
msgstr ""
|
3712
3953
|
|
3954
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3955
|
+
msgid ""
|
3956
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
3957
|
+
"to syncronize from the upstream repository."
|
3958
|
+
msgstr ""
|
3959
|
+
|
3713
3960
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3714
3961
|
msgid ""
|
3715
3962
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3721,6 +3968,12 @@ msgid ""
|
|
3721
3968
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3722
3969
|
msgstr ""
|
3723
3970
|
|
3971
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3972
|
+
msgid ""
|
3973
|
+
"Selecting this option will exclude treeinfo files from repository "
|
3974
|
+
"synchronization."
|
3975
|
+
msgstr ""
|
3976
|
+
|
3724
3977
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3725
3978
|
msgid ""
|
3726
3979
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3882,7 +4135,6 @@ msgstr ""
|
|
3882
4135
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3883
4136
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3884
4137
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3885
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3886
4138
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3887
4139
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3888
4140
|
msgid "Status"
|
@@ -3904,8 +4156,6 @@ msgid "Subscription Management"
|
|
3904
4156
|
msgstr ""
|
3905
4157
|
|
3906
4158
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
3907
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3908
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3909
4159
|
msgid "Subscription Status"
|
3910
4160
|
msgstr ""
|
3911
4161
|
|
@@ -3913,15 +4163,10 @@ msgstr ""
|
|
3913
4163
|
msgid "Subscription UUID"
|
3914
4164
|
msgstr ""
|
3915
4165
|
|
3916
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
3917
|
-
msgid ""
|
3918
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3919
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3920
|
-
msgstr ""
|
3921
|
-
|
3922
4166
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3923
4167
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3924
4168
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4169
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
3925
4170
|
msgid "Subscriptions"
|
3926
4171
|
msgstr ""
|
3927
4172
|
|
@@ -3963,22 +4208,6 @@ msgstr ""
|
|
3963
4208
|
msgid "Successfully removed 1 item."
|
3964
4209
|
msgstr ""
|
3965
4210
|
|
3966
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3967
|
-
msgid "Successfully scheduled an update of all packages"
|
3968
|
-
msgstr ""
|
3969
|
-
|
3970
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3971
|
-
msgid "Successfully scheduled package installation"
|
3972
|
-
msgstr ""
|
3973
|
-
|
3974
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3975
|
-
msgid "Successfully scheduled package removal"
|
3976
|
-
msgstr ""
|
3977
|
-
|
3978
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3979
|
-
msgid "Successfully scheduled package update"
|
3980
|
-
msgstr ""
|
3981
|
-
|
3982
4211
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
3983
4212
|
msgid "Successfully updated subscriptions."
|
3984
4213
|
msgstr ""
|
@@ -4039,6 +4268,10 @@ msgstr ""
|
|
4039
4268
|
msgid "Sync Plan created and assigned to product."
|
4040
4269
|
msgstr ""
|
4041
4270
|
|
4271
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4272
|
+
msgid "Sync Plan Management"
|
4273
|
+
msgstr ""
|
4274
|
+
|
4042
4275
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4043
4276
|
msgid "Sync Plan saved"
|
4044
4277
|
msgstr ""
|
@@ -4053,6 +4286,8 @@ msgid "Sync Plan:"
|
|
4053
4286
|
msgstr ""
|
4054
4287
|
|
4055
4288
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4289
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4290
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4056
4291
|
msgid "Sync Plans"
|
4057
4292
|
msgstr ""
|
4058
4293
|
|
@@ -4108,10 +4343,6 @@ msgstr ""
|
|
4108
4343
|
msgid "System Purpose Management"
|
4109
4344
|
msgstr ""
|
4110
4345
|
|
4111
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4112
|
-
msgid "System Purpose Status"
|
4113
|
-
msgstr ""
|
4114
|
-
|
4115
4346
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4116
4347
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4117
4348
|
msgid "Tags"
|
@@ -4124,6 +4355,9 @@ msgstr ""
|
|
4124
4355
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4125
4356
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4126
4357
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4358
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4359
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4360
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4127
4361
|
msgid "Tasks"
|
4128
4362
|
msgstr ""
|
4129
4363
|
|
@@ -4163,6 +4397,11 @@ msgid ""
|
|
4163
4397
|
"make errata available to these hosts."
|
4164
4398
|
msgstr ""
|
4165
4399
|
|
4400
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4401
|
+
msgid ""
|
4402
|
+
"The filters below have this repository as the last affected repository!"
|
4403
|
+
msgstr ""
|
4404
|
+
|
4166
4405
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4167
4406
|
msgid ""
|
4168
4407
|
"The following actions can be performed on content hosts in this host "
|
@@ -4212,15 +4451,15 @@ msgstr ""
|
|
4212
4451
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4213
4452
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4214
4453
|
msgid ""
|
4215
|
-
"The repository will be
|
4216
|
-
"
|
4454
|
+
"The repository will only be available on content hosts with the selected "
|
4455
|
+
"architecture."
|
4217
4456
|
msgstr ""
|
4218
4457
|
|
4219
4458
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4220
4459
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4221
4460
|
msgid ""
|
4222
|
-
"The repository will be
|
4223
|
-
"
|
4461
|
+
"The repository will only be available on content hosts with the selected OS "
|
4462
|
+
"version."
|
4224
4463
|
msgstr ""
|
4225
4464
|
|
4226
4465
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4229,6 +4468,12 @@ msgid ""
|
|
4229
4468
|
"different environment."
|
4230
4469
|
msgstr ""
|
4231
4470
|
|
4471
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4472
|
+
msgid ""
|
4473
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4474
|
+
"to 'Default' at the next edit or change in content."
|
4475
|
+
msgstr ""
|
4476
|
+
|
4232
4477
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4233
4478
|
msgid "The time the sync should happen in your current time zone."
|
4234
4479
|
msgstr ""
|
@@ -4336,7 +4581,9 @@ msgstr ""
|
|
4336
4581
|
|
4337
4582
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4338
4583
|
msgid ""
|
4339
|
-
"This activation key may be used during
|
4584
|
+
"This activation key may be used during <a "
|
4585
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4586
|
+
"registration.</a>"
|
4340
4587
|
msgstr ""
|
4341
4588
|
|
4342
4589
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4347,26 +4594,16 @@ msgstr ""
|
|
4347
4594
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4348
4595
|
msgstr ""
|
4349
4596
|
|
4597
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4598
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4599
|
+
msgstr ""
|
4600
|
+
|
4350
4601
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4351
4602
|
msgid ""
|
4352
4603
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4353
4604
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4354
4605
|
msgstr ""
|
4355
4606
|
|
4356
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4357
|
-
msgid ""
|
4358
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4359
|
-
" to have subscriptions attached to access repositories."
|
4360
|
-
msgstr ""
|
4361
|
-
|
4362
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4363
|
-
msgid ""
|
4364
|
-
"This organization is not using <a target=\"_blank\" "
|
4365
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4366
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4367
|
-
"and will be removed in a future version."
|
4368
|
-
msgstr ""
|
4369
|
-
|
4370
4607
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4371
4608
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4372
4609
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4402,6 +4639,7 @@ msgstr ""
|
|
4402
4639
|
|
4403
4640
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4404
4641
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4642
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4405
4643
|
msgid "Traces"
|
4406
4644
|
msgstr ""
|
4407
4645
|
|
@@ -4465,7 +4703,7 @@ msgid "Unregister Host"
|
|
4465
4703
|
msgstr ""
|
4466
4704
|
|
4467
4705
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4468
|
-
msgid "Unregister Host \"{{host.
|
4706
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4469
4707
|
msgstr ""
|
4470
4708
|
|
4471
4709
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4703,17 +4941,6 @@ msgstr ""
|
|
4703
4941
|
msgid "Versions"
|
4704
4942
|
msgstr ""
|
4705
4943
|
|
4706
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4707
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4708
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4709
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4710
|
-
msgid "via Katello agent"
|
4711
|
-
msgstr ""
|
4712
|
-
|
4713
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4714
|
-
msgid "via Katello Agent"
|
4715
|
-
msgstr ""
|
4716
|
-
|
4717
4944
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4718
4945
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4719
4946
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4787,6 +5014,13 @@ msgid ""
|
|
4787
5014
|
"associated subscriptions."
|
4788
5015
|
msgstr ""
|
4789
5016
|
|
5017
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5018
|
+
msgid ""
|
5019
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5020
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5021
|
+
"required to satisfy the system's installed products."
|
5022
|
+
msgstr ""
|
5023
|
+
|
4790
5024
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4791
5025
|
msgid ""
|
4792
5026
|
"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"
|
@@ -4839,11 +5073,21 @@ msgid ""
|
|
4839
5073
|
"contents of requirement.yml here"
|
4840
5074
|
msgstr ""
|
4841
5075
|
|
5076
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5077
|
+
msgid "You cannot remove content from a redhat repository"
|
5078
|
+
msgstr ""
|
5079
|
+
|
4842
5080
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4843
5081
|
msgid ""
|
4844
5082
|
"You cannot remove these repositories because you do not have permission."
|
4845
5083
|
msgstr ""
|
4846
5084
|
|
5085
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5086
|
+
msgid ""
|
5087
|
+
"You cannot remove this product because it has repositories that are the last"
|
5088
|
+
" affected repository on content view filters"
|
5089
|
+
msgstr ""
|
5090
|
+
|
4847
5091
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4848
5092
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4849
5093
|
msgstr ""
|
@@ -5087,6 +5331,7 @@ msgstr ""
|
|
5087
5331
|
msgid "Your search returned zero Repositories"
|
5088
5332
|
msgstr ""
|
5089
5333
|
|
5334
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5090
5335
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5091
5336
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5092
5337
|
msgid "Your search returned zero Repositories."
|