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"
|
@@ -358,6 +366,7 @@ msgid "Activation Key:"
|
|
358
366
|
msgstr ""
|
359
367
|
|
360
368
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
369
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
361
370
|
msgid "Activation Keys"
|
362
371
|
msgstr ""
|
363
372
|
|
@@ -378,6 +387,11 @@ msgstr ""
|
|
378
387
|
msgid "Add Content Hosts to:"
|
379
388
|
msgstr ""
|
380
389
|
|
390
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
391
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
392
|
+
msgid "Add Host Collections"
|
393
|
+
msgstr ""
|
394
|
+
|
381
395
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
382
396
|
msgid "Add hosts to the host collection to see available actions."
|
383
397
|
msgstr ""
|
@@ -395,6 +409,10 @@ msgstr ""
|
|
395
409
|
msgid "Add ons:"
|
396
410
|
msgstr ""
|
397
411
|
|
412
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
413
|
+
msgid "Add Products"
|
414
|
+
msgstr ""
|
415
|
+
|
398
416
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
399
417
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
400
418
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -405,6 +423,11 @@ msgstr ""
|
|
405
423
|
msgid "Add Selected"
|
406
424
|
msgstr ""
|
407
425
|
|
426
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
427
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
428
|
+
msgid "Add Subscriptions"
|
429
|
+
msgstr ""
|
430
|
+
|
408
431
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
409
432
|
msgid "Add Subscriptions for Activation Key:"
|
410
433
|
msgstr ""
|
@@ -437,9 +460,11 @@ msgstr ""
|
|
437
460
|
msgid "Additive"
|
438
461
|
msgstr ""
|
439
462
|
|
463
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
440
464
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
441
465
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
442
466
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
467
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
443
468
|
msgid "Advanced Sync"
|
444
469
|
msgstr ""
|
445
470
|
|
@@ -451,6 +476,10 @@ msgstr ""
|
|
451
476
|
msgid "Affected Hosts"
|
452
477
|
msgstr ""
|
453
478
|
|
479
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
480
|
+
msgid "All"
|
481
|
+
msgstr ""
|
482
|
+
|
454
483
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
455
484
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
456
485
|
msgid "All Content Views"
|
@@ -469,6 +498,7 @@ msgstr ""
|
|
469
498
|
|
470
499
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
471
500
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
501
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
472
502
|
msgid "Alternate Content Sources"
|
473
503
|
msgstr ""
|
474
504
|
|
@@ -561,6 +591,7 @@ msgid "Ansible Collection Authorization"
|
|
561
591
|
msgstr ""
|
562
592
|
|
563
593
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
594
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
564
595
|
msgid "Ansible Collections"
|
565
596
|
msgstr ""
|
566
597
|
|
@@ -576,6 +607,7 @@ msgid "Applicable Content Hosts"
|
|
576
607
|
msgstr ""
|
577
608
|
|
578
609
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
610
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
579
611
|
msgid "Applicable Deb Packages"
|
580
612
|
msgstr ""
|
581
613
|
|
@@ -584,6 +616,7 @@ msgid "Applicable Errata"
|
|
584
616
|
msgstr ""
|
585
617
|
|
586
618
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
619
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
587
620
|
msgid "Applicable Packages"
|
588
621
|
msgstr ""
|
589
622
|
|
@@ -602,6 +635,7 @@ msgid "Application"
|
|
602
635
|
msgstr ""
|
603
636
|
|
604
637
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
638
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
605
639
|
msgid "Apply"
|
606
640
|
msgstr ""
|
607
641
|
|
@@ -636,7 +670,7 @@ msgid "Apply Errata"
|
|
636
670
|
msgstr ""
|
637
671
|
|
638
672
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
639
|
-
msgid "Apply Errata to Content Host \"{{host.
|
673
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
640
674
|
msgstr ""
|
641
675
|
|
642
676
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -701,7 +735,9 @@ msgid ""
|
|
701
735
|
msgstr ""
|
702
736
|
|
703
737
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
704
|
-
msgid "
|
738
|
+
msgid ""
|
739
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
740
|
+
" }}\"?"
|
705
741
|
msgstr ""
|
706
742
|
|
707
743
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -833,8 +869,9 @@ msgid ""
|
|
833
869
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
834
870
|
"repository?"
|
835
871
|
msgid_plural ""
|
836
|
-
"
|
837
|
-
"
|
872
|
+
"Repositories that are published in content view\n"
|
873
|
+
" 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"
|
874
|
+
" "
|
838
875
|
msgstr[0] ""
|
839
876
|
msgstr[1] ""
|
840
877
|
msgstr[2] ""
|
@@ -871,8 +908,8 @@ msgstr ""
|
|
871
908
|
|
872
909
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
873
910
|
msgid ""
|
874
|
-
"Are you sure you want to restart services on content host \"{{
|
875
|
-
"}}\"?"
|
911
|
+
"Are you sure you want to restart services on content host \"{{ "
|
912
|
+
"host.display_name }}\"?"
|
876
913
|
msgstr ""
|
877
914
|
|
878
915
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -956,10 +993,18 @@ msgstr ""
|
|
956
993
|
msgid "Auto-Attach"
|
957
994
|
msgstr ""
|
958
995
|
|
996
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
997
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
998
|
+
msgstr ""
|
999
|
+
|
959
1000
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
960
1001
|
msgid "Auto-Attach Details"
|
961
1002
|
msgstr ""
|
962
1003
|
|
1004
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
1005
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
1006
|
+
msgstr ""
|
1007
|
+
|
963
1008
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
964
1009
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
965
1010
|
msgid "Automatic"
|
@@ -1043,6 +1088,10 @@ msgstr ""
|
|
1043
1088
|
msgid "Build Time"
|
1044
1089
|
msgstr ""
|
1045
1090
|
|
1091
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1092
|
+
msgid "Bulk Task"
|
1093
|
+
msgstr ""
|
1094
|
+
|
1046
1095
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1047
1096
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1048
1097
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1063,6 +1112,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1063
1112
|
msgstr ""
|
1064
1113
|
|
1065
1114
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1115
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1066
1116
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1067
1117
|
msgid "Cannot Remove"
|
1068
1118
|
msgstr ""
|
@@ -1217,6 +1267,7 @@ msgid "Composite View"
|
|
1217
1267
|
msgstr ""
|
1218
1268
|
|
1219
1269
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1270
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1220
1271
|
msgid "Confirm"
|
1221
1272
|
msgstr ""
|
1222
1273
|
|
@@ -1229,10 +1280,12 @@ msgid "Container Image Manifest"
|
|
1229
1280
|
msgstr ""
|
1230
1281
|
|
1231
1282
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1283
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1232
1284
|
msgid "Container Image Manifest Lists"
|
1233
1285
|
msgstr ""
|
1234
1286
|
|
1235
1287
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1288
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1236
1289
|
msgid "Container Image Manifests"
|
1237
1290
|
msgstr ""
|
1238
1291
|
|
@@ -1249,6 +1302,7 @@ msgstr ""
|
|
1249
1302
|
|
1250
1303
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1251
1304
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1305
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1252
1306
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1253
1307
|
msgid "Container Image Tags"
|
1254
1308
|
msgstr ""
|
@@ -1262,6 +1316,10 @@ msgstr ""
|
|
1262
1316
|
msgid "Content Counts"
|
1263
1317
|
msgstr ""
|
1264
1318
|
|
1319
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1320
|
+
msgid "Content Credential"
|
1321
|
+
msgstr ""
|
1322
|
+
|
1265
1323
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1266
1324
|
msgid "Content Credential %s has been created."
|
1267
1325
|
msgstr ""
|
@@ -1310,6 +1368,10 @@ msgstr ""
|
|
1310
1368
|
msgid "Content Host Limit"
|
1311
1369
|
msgstr ""
|
1312
1370
|
|
1371
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1372
|
+
msgid "Content Host Module Stream Management"
|
1373
|
+
msgstr ""
|
1374
|
+
|
1313
1375
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1314
1376
|
msgid "Content Host Properties"
|
1315
1377
|
msgstr ""
|
@@ -1322,6 +1384,10 @@ msgstr ""
|
|
1322
1384
|
msgid "Content Host Status"
|
1323
1385
|
msgstr ""
|
1324
1386
|
|
1387
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1388
|
+
msgid "Content Host Traces Management"
|
1389
|
+
msgstr ""
|
1390
|
+
|
1325
1391
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1326
1392
|
msgid "Content Host:"
|
1327
1393
|
msgstr ""
|
@@ -1333,6 +1399,9 @@ msgstr ""
|
|
1333
1399
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1334
1400
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1335
1401
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1402
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1403
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1404
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1336
1405
|
msgid "Content Hosts"
|
1337
1406
|
msgstr ""
|
1338
1407
|
|
@@ -1365,6 +1434,7 @@ msgstr ""
|
|
1365
1434
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1366
1435
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1367
1436
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1437
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1368
1438
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1369
1439
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1370
1440
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1389,7 +1459,10 @@ msgstr ""
|
|
1389
1459
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1390
1460
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1391
1461
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1462
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1392
1463
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1464
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1465
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1393
1466
|
msgid "Content Views"
|
1394
1467
|
msgstr ""
|
1395
1468
|
|
@@ -1456,6 +1529,11 @@ msgstr ""
|
|
1456
1529
|
msgid "Create Content Credential"
|
1457
1530
|
msgstr ""
|
1458
1531
|
|
1532
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1533
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1534
|
+
msgid "Create Copy"
|
1535
|
+
msgstr ""
|
1536
|
+
|
1459
1537
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1460
1538
|
msgid "Create Discovered Repositories"
|
1461
1539
|
msgstr ""
|
@@ -1474,6 +1552,10 @@ msgstr ""
|
|
1474
1552
|
msgid "Create Product"
|
1475
1553
|
msgstr ""
|
1476
1554
|
|
1555
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1556
|
+
msgid "Create Repositories"
|
1557
|
+
msgstr ""
|
1558
|
+
|
1477
1559
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1478
1560
|
msgid "Create Selected"
|
1479
1561
|
msgstr ""
|
@@ -1512,6 +1594,10 @@ msgstr ""
|
|
1512
1594
|
msgid "Current Subscriptions for Activation Key:"
|
1513
1595
|
msgstr ""
|
1514
1596
|
|
1597
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1598
|
+
msgid "Custom"
|
1599
|
+
msgstr ""
|
1600
|
+
|
1515
1601
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1516
1602
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1517
1603
|
msgid "custom cron"
|
@@ -1555,6 +1641,10 @@ msgid ""
|
|
1555
1641
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1556
1642
|
msgstr ""
|
1557
1643
|
|
1644
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1645
|
+
msgid "Deb Package Actions"
|
1646
|
+
msgstr ""
|
1647
|
+
|
1558
1648
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1559
1649
|
msgid "deb Package Updates"
|
1560
1650
|
msgstr ""
|
@@ -1566,6 +1656,7 @@ msgstr ""
|
|
1566
1656
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1567
1657
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1568
1658
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1659
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1569
1660
|
msgid "Deb Packages"
|
1570
1661
|
msgstr ""
|
1571
1662
|
|
@@ -1577,6 +1668,10 @@ msgstr ""
|
|
1577
1668
|
msgid "Deb Packages for:"
|
1578
1669
|
msgstr ""
|
1579
1670
|
|
1671
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1672
|
+
msgid "Deb Repositories"
|
1673
|
+
msgstr ""
|
1674
|
+
|
1580
1675
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1581
1676
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1582
1677
|
msgstr ""
|
@@ -1586,6 +1681,11 @@ msgstr ""
|
|
1586
1681
|
msgid "Deb:"
|
1587
1682
|
msgstr ""
|
1588
1683
|
|
1684
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1685
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1686
|
+
msgid "Debs"
|
1687
|
+
msgstr ""
|
1688
|
+
|
1589
1689
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1590
1690
|
msgid "Default"
|
1591
1691
|
msgstr ""
|
@@ -1602,6 +1702,10 @@ msgstr ""
|
|
1602
1702
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1603
1703
|
msgstr ""
|
1604
1704
|
|
1705
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1706
|
+
msgid "Delete filters"
|
1707
|
+
msgstr ""
|
1708
|
+
|
1605
1709
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1606
1710
|
msgid "Delete Hosts"
|
1607
1711
|
msgstr ""
|
@@ -1611,6 +1715,7 @@ msgid "Delta RPM"
|
|
1611
1715
|
msgstr ""
|
1612
1716
|
|
1613
1717
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1718
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1614
1719
|
msgid "Dependencies"
|
1615
1720
|
msgstr ""
|
1616
1721
|
|
@@ -1702,6 +1807,10 @@ msgstr ""
|
|
1702
1807
|
msgid "Discover"
|
1703
1808
|
msgstr ""
|
1704
1809
|
|
1810
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1811
|
+
msgid "Discover Repositories"
|
1812
|
+
msgstr ""
|
1813
|
+
|
1705
1814
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1706
1815
|
msgid "Discovered Repository"
|
1707
1816
|
msgstr ""
|
@@ -1724,6 +1833,10 @@ msgid ""
|
|
1724
1833
|
"repository."
|
1725
1834
|
msgstr ""
|
1726
1835
|
|
1836
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1837
|
+
msgid "Docker"
|
1838
|
+
msgstr ""
|
1839
|
+
|
1727
1840
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1728
1841
|
msgid ""
|
1729
1842
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1735,6 +1848,10 @@ msgid ""
|
|
1735
1848
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1736
1849
|
msgstr ""
|
1737
1850
|
|
1851
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1852
|
+
msgid "Docker Tags"
|
1853
|
+
msgstr ""
|
1854
|
+
|
1738
1855
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1739
1856
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1740
1857
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1808,6 +1925,10 @@ msgid ""
|
|
1808
1925
|
"Environment will also be removed from the following published content views!"
|
1809
1926
|
msgstr ""
|
1810
1927
|
|
1928
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1929
|
+
msgid "Environments"
|
1930
|
+
msgstr ""
|
1931
|
+
|
1811
1932
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1812
1933
|
msgid "Environments List"
|
1813
1934
|
msgstr ""
|
@@ -1815,7 +1936,10 @@ msgstr ""
|
|
1815
1936
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1816
1937
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1817
1938
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1939
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1818
1940
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1941
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1942
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1819
1943
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1820
1944
|
msgid "Errata"
|
1821
1945
|
msgstr ""
|
@@ -1927,6 +2051,9 @@ msgstr ""
|
|
1927
2051
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1928
2052
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1929
2053
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2054
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2055
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2056
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1930
2057
|
msgid "Files"
|
1931
2058
|
msgstr ""
|
1932
2059
|
|
@@ -1936,12 +2063,17 @@ msgstr ""
|
|
1936
2063
|
|
1937
2064
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1938
2065
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2066
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1939
2067
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1940
2068
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1941
2069
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1942
2070
|
msgid "Filter"
|
1943
2071
|
msgstr ""
|
1944
2072
|
|
2073
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2074
|
+
msgid "Filter by Environment"
|
2075
|
+
msgstr ""
|
2076
|
+
|
1945
2077
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1946
2078
|
msgid "Filter by Status:"
|
1947
2079
|
msgstr ""
|
@@ -1952,14 +2084,12 @@ msgstr ""
|
|
1952
2084
|
msgid "Filter..."
|
1953
2085
|
msgstr ""
|
1954
2086
|
|
1955
|
-
#: app/assets/javascripts/bastion_katello/
|
1956
|
-
msgid "
|
2087
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2088
|
+
msgid "Filters"
|
1957
2089
|
msgstr ""
|
1958
2090
|
|
1959
|
-
#: app/assets/javascripts/bastion_katello/
|
1960
|
-
msgid ""
|
1961
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1962
|
-
"it is recommended to use sha1."
|
2091
|
+
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
2092
|
+
msgid "Finished At"
|
1963
2093
|
msgstr ""
|
1964
2094
|
|
1965
2095
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -2031,6 +2161,10 @@ msgstr ""
|
|
2031
2161
|
msgid "Host Collection Membership"
|
2032
2162
|
msgstr ""
|
2033
2163
|
|
2164
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2165
|
+
msgid "Host Collection Membership Management"
|
2166
|
+
msgstr ""
|
2167
|
+
|
2034
2168
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2035
2169
|
msgid "Host Collection removed."
|
2036
2170
|
msgstr ""
|
@@ -2047,6 +2181,8 @@ msgstr ""
|
|
2047
2181
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2048
2182
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2049
2183
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2184
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2185
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2050
2186
|
msgid "Host Collections"
|
2051
2187
|
msgstr ""
|
2052
2188
|
|
@@ -2093,6 +2229,10 @@ msgstr ""
|
|
2093
2229
|
msgid "HTTP Proxy"
|
2094
2230
|
msgstr ""
|
2095
2231
|
|
2232
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2233
|
+
msgid "HTTP Proxy Management"
|
2234
|
+
msgstr ""
|
2235
|
+
|
2096
2236
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2097
2237
|
msgid "HTTP Proxy Policy"
|
2098
2238
|
msgstr ""
|
@@ -2114,11 +2254,22 @@ msgstr ""
|
|
2114
2254
|
msgid "Id"
|
2115
2255
|
msgstr ""
|
2116
2256
|
|
2257
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2258
|
+
msgid ""
|
2259
|
+
"If you want to upload individual packages, create a separate repository with"
|
2260
|
+
" an empty \"Upstream URL\" field."
|
2261
|
+
msgstr ""
|
2262
|
+
|
2117
2263
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2118
2264
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2119
2265
|
msgid "Ignore SRPMs"
|
2120
2266
|
msgstr ""
|
2121
2267
|
|
2268
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2269
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2270
|
+
msgid "Ignore treeinfo"
|
2271
|
+
msgstr ""
|
2272
|
+
|
2122
2273
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2123
2274
|
msgid "Image"
|
2124
2275
|
msgstr ""
|
@@ -2180,6 +2331,7 @@ msgid "Installed"
|
|
2180
2331
|
msgstr ""
|
2181
2332
|
|
2182
2333
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2334
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2183
2335
|
msgid "Installed Deb Packages"
|
2184
2336
|
msgstr ""
|
2185
2337
|
|
@@ -2194,6 +2346,7 @@ msgid "Installed Package"
|
|
2194
2346
|
msgstr ""
|
2195
2347
|
|
2196
2348
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2349
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2197
2350
|
msgid "Installed Packages"
|
2198
2351
|
msgstr ""
|
2199
2352
|
|
@@ -2232,18 +2385,10 @@ msgstr ""
|
|
2232
2385
|
msgid "Issued"
|
2233
2386
|
msgstr ""
|
2234
2387
|
|
2235
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2236
|
-
msgid "Katello Agent"
|
2237
|
-
msgstr ""
|
2238
|
-
|
2239
2388
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2240
2389
|
msgid "Katello Tracer"
|
2241
2390
|
msgstr ""
|
2242
2391
|
|
2243
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2244
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2245
|
-
msgstr ""
|
2246
|
-
|
2247
2392
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2248
2393
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2249
2394
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2267,11 +2412,16 @@ msgstr ""
|
|
2267
2412
|
msgid "Last Puppet Report"
|
2268
2413
|
msgstr ""
|
2269
2414
|
|
2415
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2416
|
+
msgid "Last reclaim failed:"
|
2417
|
+
msgstr ""
|
2418
|
+
|
2270
2419
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2271
2420
|
msgid "Last reclaim space failed:"
|
2272
2421
|
msgstr ""
|
2273
2422
|
|
2274
2423
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2424
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2275
2425
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2276
2426
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2277
2427
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2332,6 +2482,7 @@ msgid "Lifecycle Environment:"
|
|
2332
2482
|
msgstr ""
|
2333
2483
|
|
2334
2484
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2485
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2335
2486
|
msgid "Lifecycle Environments"
|
2336
2487
|
msgstr ""
|
2337
2488
|
|
@@ -2345,7 +2496,7 @@ msgstr ""
|
|
2345
2496
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2346
2497
|
msgid ""
|
2347
2498
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2348
|
-
"Lifecycle
|
2499
|
+
"Lifecycle Environment"
|
2349
2500
|
msgstr ""
|
2350
2501
|
|
2351
2502
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2376,6 +2527,23 @@ msgstr ""
|
|
2376
2527
|
msgid "List"
|
2377
2528
|
msgstr ""
|
2378
2529
|
|
2530
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2531
|
+
msgid "List Host Collections"
|
2532
|
+
msgstr ""
|
2533
|
+
|
2534
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2535
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2536
|
+
msgid "List Hosts"
|
2537
|
+
msgstr ""
|
2538
|
+
|
2539
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2540
|
+
msgid "List Products"
|
2541
|
+
msgstr ""
|
2542
|
+
|
2543
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2544
|
+
msgid "List Subscriptions"
|
2545
|
+
msgstr ""
|
2546
|
+
|
2379
2547
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2380
2548
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2381
2549
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2395,6 +2563,10 @@ msgstr ""
|
|
2395
2563
|
msgid "Loading...\""
|
2396
2564
|
msgstr ""
|
2397
2565
|
|
2566
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2567
|
+
msgid "Make filters apply to all repositories in the content view"
|
2568
|
+
msgstr ""
|
2569
|
+
|
2398
2570
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2399
2571
|
msgid "Manage Ansible Collections for Repository:"
|
2400
2572
|
msgstr ""
|
@@ -2467,6 +2639,11 @@ msgstr ""
|
|
2467
2639
|
msgid "Manifest Type"
|
2468
2640
|
msgstr ""
|
2469
2641
|
|
2642
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2643
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2644
|
+
msgid "Metadata Expiration (Seconds)"
|
2645
|
+
msgstr ""
|
2646
|
+
|
2470
2647
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2471
2648
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2472
2649
|
msgid "Mirroring Policy"
|
@@ -2501,7 +2678,10 @@ msgstr ""
|
|
2501
2678
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2502
2679
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2503
2680
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2681
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2504
2682
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2683
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2684
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2505
2685
|
msgid "Module Streams"
|
2506
2686
|
msgstr ""
|
2507
2687
|
|
@@ -2518,6 +2698,7 @@ msgid "More Details"
|
|
2518
2698
|
msgstr ""
|
2519
2699
|
|
2520
2700
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2701
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2521
2702
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2522
2703
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2523
2704
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2548,6 +2729,7 @@ msgstr ""
|
|
2548
2729
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2549
2730
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2550
2731
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2732
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2551
2733
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2552
2734
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2553
2735
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2618,24 +2800,36 @@ msgid "Never synced"
|
|
2618
2800
|
msgstr ""
|
2619
2801
|
|
2620
2802
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2803
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2621
2804
|
msgid "New Activation Key"
|
2622
2805
|
msgstr ""
|
2623
2806
|
|
2807
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2808
|
+
msgid "New Content Credential"
|
2809
|
+
msgstr ""
|
2810
|
+
|
2624
2811
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2812
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2625
2813
|
msgid "New Environment"
|
2626
2814
|
msgstr ""
|
2627
2815
|
|
2816
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2817
|
+
msgid "New Host Collection"
|
2818
|
+
msgstr ""
|
2819
|
+
|
2628
2820
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2629
2821
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2630
2822
|
msgid "New Name:"
|
2631
2823
|
msgstr ""
|
2632
2824
|
|
2633
2825
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2826
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2634
2827
|
msgid "New Product"
|
2635
2828
|
msgstr ""
|
2636
2829
|
|
2637
2830
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2638
2831
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2832
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2639
2833
|
msgid "New Repository"
|
2640
2834
|
msgstr ""
|
2641
2835
|
|
@@ -2739,6 +2933,10 @@ msgstr ""
|
|
2739
2933
|
msgid "No matching results."
|
2740
2934
|
msgstr ""
|
2741
2935
|
|
2936
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2937
|
+
msgid "No Packages to show"
|
2938
|
+
msgstr ""
|
2939
|
+
|
2742
2940
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2743
2941
|
msgid "No products are available to add to this Sync Plan."
|
2744
2942
|
msgstr ""
|
@@ -2795,15 +2993,12 @@ msgstr ""
|
|
2795
2993
|
msgid "Not Applicable"
|
2796
2994
|
msgstr ""
|
2797
2995
|
|
2798
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2799
|
-
msgid "Not installed"
|
2800
|
-
msgstr ""
|
2801
|
-
|
2802
2996
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2803
2997
|
msgid "Not started"
|
2804
2998
|
msgstr ""
|
2805
2999
|
|
2806
3000
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3001
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2807
3002
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2808
3003
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2809
3004
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2926,6 +3121,7 @@ msgstr ""
|
|
2926
3121
|
|
2927
3122
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2928
3123
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3124
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2929
3125
|
msgid "Package Actions"
|
2930
3126
|
msgstr ""
|
2931
3127
|
|
@@ -2934,6 +3130,7 @@ msgid "Package Group (Deprecated)"
|
|
2934
3130
|
msgstr ""
|
2935
3131
|
|
2936
3132
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3133
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2937
3134
|
msgid "Package Groups"
|
2938
3135
|
msgstr ""
|
2939
3136
|
|
@@ -2982,6 +3179,10 @@ msgstr ""
|
|
2982
3179
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
2983
3180
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2984
3181
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3182
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3183
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3184
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3185
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2985
3186
|
msgid "Packages"
|
2986
3187
|
msgstr ""
|
2987
3188
|
|
@@ -3040,15 +3241,20 @@ msgstr ""
|
|
3040
3241
|
msgid "Perform"
|
3041
3242
|
msgstr ""
|
3042
3243
|
|
3043
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3044
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3045
3244
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3046
3245
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3047
3246
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3048
3247
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3049
3248
|
msgid ""
|
3050
3249
|
"Performing host package actions is disabled because Katello is not "
|
3051
|
-
"configured for
|
3250
|
+
"configured for remote execution."
|
3251
|
+
msgstr ""
|
3252
|
+
|
3253
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3254
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3255
|
+
msgid ""
|
3256
|
+
"Performing host package actions is disabled because Katello is not "
|
3257
|
+
"configured for Remote Execution."
|
3052
3258
|
msgstr ""
|
3053
3259
|
|
3054
3260
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3092,6 +3298,7 @@ msgstr ""
|
|
3092
3298
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3093
3299
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3094
3300
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3301
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3095
3302
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3096
3303
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3097
3304
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3152,6 +3359,9 @@ msgstr ""
|
|
3152
3359
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3153
3360
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3154
3361
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3362
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3363
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3364
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3155
3365
|
msgid "Products"
|
3156
3366
|
msgstr ""
|
3157
3367
|
|
@@ -3171,6 +3381,10 @@ msgstr ""
|
|
3171
3381
|
msgid "Provides"
|
3172
3382
|
msgstr ""
|
3173
3383
|
|
3384
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3385
|
+
msgid "Provisioning"
|
3386
|
+
msgstr ""
|
3387
|
+
|
3174
3388
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3175
3389
|
msgid "Provisioning Details"
|
3176
3390
|
msgstr ""
|
@@ -3234,6 +3448,10 @@ msgstr ""
|
|
3234
3448
|
msgid "Recurring Logic"
|
3235
3449
|
msgstr ""
|
3236
3450
|
|
3451
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3452
|
+
msgid "Red Hat"
|
3453
|
+
msgstr ""
|
3454
|
+
|
3237
3455
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3238
3456
|
msgid "Red Hat Repositories page"
|
3239
3457
|
msgstr ""
|
@@ -3479,12 +3697,21 @@ msgstr ""
|
|
3479
3697
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3480
3698
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3481
3699
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3700
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3482
3701
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3483
3702
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3484
3703
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3485
3704
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3486
3705
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3487
3706
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3707
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3708
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3709
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3710
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3711
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3712
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3713
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3714
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3488
3715
|
msgid "Repositories"
|
3489
3716
|
msgstr ""
|
3490
3717
|
|
@@ -3524,7 +3751,6 @@ msgstr ""
|
|
3524
3751
|
msgid "Repositories to Create"
|
3525
3752
|
msgstr ""
|
3526
3753
|
|
3527
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3528
3754
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3529
3755
|
msgid "Repository"
|
3530
3756
|
msgstr ""
|
@@ -3558,8 +3784,6 @@ msgstr ""
|
|
3558
3784
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3559
3785
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3560
3786
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3561
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3562
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3563
3787
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3564
3788
|
msgid "Repository Name"
|
3565
3789
|
msgstr ""
|
@@ -3580,14 +3804,23 @@ msgstr ""
|
|
3580
3804
|
|
3581
3805
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3582
3806
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3807
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3583
3808
|
msgid "Repository Sets"
|
3584
3809
|
msgstr ""
|
3585
3810
|
|
3811
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3812
|
+
msgid "Repository Sets Management"
|
3813
|
+
msgstr ""
|
3814
|
+
|
3586
3815
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3587
3816
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3588
3817
|
msgid "Repository Sets settings saved successfully."
|
3589
3818
|
msgstr ""
|
3590
3819
|
|
3820
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3821
|
+
msgid "Repository type"
|
3822
|
+
msgstr ""
|
3823
|
+
|
3591
3824
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3592
3825
|
msgid "Repository Type"
|
3593
3826
|
msgstr ""
|
@@ -3607,6 +3840,10 @@ msgstr ""
|
|
3607
3840
|
msgid "Repository:"
|
3608
3841
|
msgstr ""
|
3609
3842
|
|
3843
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3844
|
+
msgid "Republish Repository Metadata"
|
3845
|
+
msgstr ""
|
3846
|
+
|
3610
3847
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3611
3848
|
msgid "Requirements"
|
3612
3849
|
msgstr ""
|
@@ -3648,7 +3885,7 @@ msgid "Restart Selected"
|
|
3648
3885
|
msgstr ""
|
3649
3886
|
|
3650
3887
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3651
|
-
msgid "Restart Services on Content Host \"{{host.
|
3888
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3652
3889
|
msgstr ""
|
3653
3890
|
|
3654
3891
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3757,10 +3994,20 @@ msgstr ""
|
|
3757
3994
|
msgid "Select an Organization"
|
3758
3995
|
msgstr ""
|
3759
3996
|
|
3997
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
3998
|
+
msgid "Select Content Host(s)"
|
3999
|
+
msgstr ""
|
4000
|
+
|
3760
4001
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3761
4002
|
msgid "Select Content View"
|
3762
4003
|
msgstr ""
|
3763
4004
|
|
4005
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4006
|
+
msgid ""
|
4007
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
4008
|
+
"to syncronize from the upstream repository."
|
4009
|
+
msgstr ""
|
4010
|
+
|
3764
4011
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3765
4012
|
msgid ""
|
3766
4013
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3772,6 +4019,12 @@ msgid ""
|
|
3772
4019
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3773
4020
|
msgstr ""
|
3774
4021
|
|
4022
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4023
|
+
msgid ""
|
4024
|
+
"Selecting this option will exclude treeinfo files from repository "
|
4025
|
+
"synchronization."
|
4026
|
+
msgstr ""
|
4027
|
+
|
3775
4028
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3776
4029
|
msgid ""
|
3777
4030
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3933,7 +4186,6 @@ msgstr ""
|
|
3933
4186
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3934
4187
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3935
4188
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3936
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3937
4189
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3938
4190
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3939
4191
|
msgid "Status"
|
@@ -3955,8 +4207,6 @@ msgid "Subscription Management"
|
|
3955
4207
|
msgstr ""
|
3956
4208
|
|
3957
4209
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
3958
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3959
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3960
4210
|
msgid "Subscription Status"
|
3961
4211
|
msgstr ""
|
3962
4212
|
|
@@ -3964,15 +4214,10 @@ msgstr ""
|
|
3964
4214
|
msgid "Subscription UUID"
|
3965
4215
|
msgstr ""
|
3966
4216
|
|
3967
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
3968
|
-
msgid ""
|
3969
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3970
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3971
|
-
msgstr ""
|
3972
|
-
|
3973
4217
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3974
4218
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3975
4219
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4220
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
3976
4221
|
msgid "Subscriptions"
|
3977
4222
|
msgstr ""
|
3978
4223
|
|
@@ -4014,22 +4259,6 @@ msgstr ""
|
|
4014
4259
|
msgid "Successfully removed 1 item."
|
4015
4260
|
msgstr ""
|
4016
4261
|
|
4017
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4018
|
-
msgid "Successfully scheduled an update of all packages"
|
4019
|
-
msgstr ""
|
4020
|
-
|
4021
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4022
|
-
msgid "Successfully scheduled package installation"
|
4023
|
-
msgstr ""
|
4024
|
-
|
4025
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4026
|
-
msgid "Successfully scheduled package removal"
|
4027
|
-
msgstr ""
|
4028
|
-
|
4029
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4030
|
-
msgid "Successfully scheduled package update"
|
4031
|
-
msgstr ""
|
4032
|
-
|
4033
4262
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
4034
4263
|
msgid "Successfully updated subscriptions."
|
4035
4264
|
msgstr ""
|
@@ -4090,6 +4319,10 @@ msgstr ""
|
|
4090
4319
|
msgid "Sync Plan created and assigned to product."
|
4091
4320
|
msgstr ""
|
4092
4321
|
|
4322
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4323
|
+
msgid "Sync Plan Management"
|
4324
|
+
msgstr ""
|
4325
|
+
|
4093
4326
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4094
4327
|
msgid "Sync Plan saved"
|
4095
4328
|
msgstr ""
|
@@ -4104,6 +4337,8 @@ msgid "Sync Plan:"
|
|
4104
4337
|
msgstr ""
|
4105
4338
|
|
4106
4339
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4340
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4341
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4107
4342
|
msgid "Sync Plans"
|
4108
4343
|
msgstr ""
|
4109
4344
|
|
@@ -4159,10 +4394,6 @@ msgstr ""
|
|
4159
4394
|
msgid "System Purpose Management"
|
4160
4395
|
msgstr ""
|
4161
4396
|
|
4162
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4163
|
-
msgid "System Purpose Status"
|
4164
|
-
msgstr ""
|
4165
|
-
|
4166
4397
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4167
4398
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4168
4399
|
msgid "Tags"
|
@@ -4175,6 +4406,9 @@ msgstr ""
|
|
4175
4406
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4176
4407
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4177
4408
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4409
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4410
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4411
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4178
4412
|
msgid "Tasks"
|
4179
4413
|
msgstr ""
|
4180
4414
|
|
@@ -4214,6 +4448,11 @@ msgid ""
|
|
4214
4448
|
"make errata available to these hosts."
|
4215
4449
|
msgstr ""
|
4216
4450
|
|
4451
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4452
|
+
msgid ""
|
4453
|
+
"The filters below have this repository as the last affected repository!"
|
4454
|
+
msgstr ""
|
4455
|
+
|
4217
4456
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4218
4457
|
msgid ""
|
4219
4458
|
"The following actions can be performed on content hosts in this host "
|
@@ -4263,15 +4502,15 @@ msgstr ""
|
|
4263
4502
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4264
4503
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4265
4504
|
msgid ""
|
4266
|
-
"The repository will be
|
4267
|
-
"
|
4505
|
+
"The repository will only be available on content hosts with the selected "
|
4506
|
+
"architecture."
|
4268
4507
|
msgstr ""
|
4269
4508
|
|
4270
4509
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4271
4510
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4272
4511
|
msgid ""
|
4273
|
-
"The repository will be
|
4274
|
-
"
|
4512
|
+
"The repository will only be available on content hosts with the selected OS "
|
4513
|
+
"version."
|
4275
4514
|
msgstr ""
|
4276
4515
|
|
4277
4516
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4280,6 +4519,12 @@ msgid ""
|
|
4280
4519
|
"different environment."
|
4281
4520
|
msgstr ""
|
4282
4521
|
|
4522
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4523
|
+
msgid ""
|
4524
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4525
|
+
"to 'Default' at the next edit or change in content."
|
4526
|
+
msgstr ""
|
4527
|
+
|
4283
4528
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4284
4529
|
msgid "The time the sync should happen in your current time zone."
|
4285
4530
|
msgstr ""
|
@@ -4387,7 +4632,9 @@ msgstr ""
|
|
4387
4632
|
|
4388
4633
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4389
4634
|
msgid ""
|
4390
|
-
"This activation key may be used during
|
4635
|
+
"This activation key may be used during <a "
|
4636
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4637
|
+
"registration.</a>"
|
4391
4638
|
msgstr ""
|
4392
4639
|
|
4393
4640
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4398,26 +4645,16 @@ msgstr ""
|
|
4398
4645
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4399
4646
|
msgstr ""
|
4400
4647
|
|
4648
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4649
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4650
|
+
msgstr ""
|
4651
|
+
|
4401
4652
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4402
4653
|
msgid ""
|
4403
4654
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4404
4655
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4405
4656
|
msgstr ""
|
4406
4657
|
|
4407
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4408
|
-
msgid ""
|
4409
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4410
|
-
" to have subscriptions attached to access repositories."
|
4411
|
-
msgstr ""
|
4412
|
-
|
4413
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4414
|
-
msgid ""
|
4415
|
-
"This organization is not using <a target=\"_blank\" "
|
4416
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4417
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4418
|
-
"and will be removed in a future version."
|
4419
|
-
msgstr ""
|
4420
|
-
|
4421
4658
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4422
4659
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4423
4660
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4453,6 +4690,7 @@ msgstr ""
|
|
4453
4690
|
|
4454
4691
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4455
4692
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4693
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4456
4694
|
msgid "Traces"
|
4457
4695
|
msgstr ""
|
4458
4696
|
|
@@ -4516,7 +4754,7 @@ msgid "Unregister Host"
|
|
4516
4754
|
msgstr ""
|
4517
4755
|
|
4518
4756
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4519
|
-
msgid "Unregister Host \"{{host.
|
4757
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4520
4758
|
msgstr ""
|
4521
4759
|
|
4522
4760
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4754,17 +4992,6 @@ msgstr ""
|
|
4754
4992
|
msgid "Versions"
|
4755
4993
|
msgstr ""
|
4756
4994
|
|
4757
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4758
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4759
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4760
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4761
|
-
msgid "via Katello agent"
|
4762
|
-
msgstr ""
|
4763
|
-
|
4764
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4765
|
-
msgid "via Katello Agent"
|
4766
|
-
msgstr ""
|
4767
|
-
|
4768
4995
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4769
4996
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4770
4997
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4838,6 +5065,13 @@ msgid ""
|
|
4838
5065
|
"associated subscriptions."
|
4839
5066
|
msgstr ""
|
4840
5067
|
|
5068
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5069
|
+
msgid ""
|
5070
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5071
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5072
|
+
"required to satisfy the system's installed products."
|
5073
|
+
msgstr ""
|
5074
|
+
|
4841
5075
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4842
5076
|
msgid ""
|
4843
5077
|
"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"
|
@@ -4890,11 +5124,21 @@ msgid ""
|
|
4890
5124
|
"contents of requirement.yml here"
|
4891
5125
|
msgstr ""
|
4892
5126
|
|
5127
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5128
|
+
msgid "You cannot remove content from a redhat repository"
|
5129
|
+
msgstr ""
|
5130
|
+
|
4893
5131
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4894
5132
|
msgid ""
|
4895
5133
|
"You cannot remove these repositories because you do not have permission."
|
4896
5134
|
msgstr ""
|
4897
5135
|
|
5136
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5137
|
+
msgid ""
|
5138
|
+
"You cannot remove this product because it has repositories that are the last"
|
5139
|
+
" affected repository on content view filters"
|
5140
|
+
msgstr ""
|
5141
|
+
|
4898
5142
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4899
5143
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4900
5144
|
msgstr ""
|
@@ -5138,6 +5382,7 @@ msgstr ""
|
|
5138
5382
|
msgid "Your search returned zero Repositories"
|
5139
5383
|
msgstr ""
|
5140
5384
|
|
5385
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5141
5386
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5142
5387
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5143
5388
|
msgid "Your search returned zero Repositories."
|