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"
|
@@ -353,6 +361,7 @@ msgid "Activation Key:"
|
|
353
361
|
msgstr ""
|
354
362
|
|
355
363
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
364
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
356
365
|
msgid "Activation Keys"
|
357
366
|
msgstr ""
|
358
367
|
|
@@ -373,6 +382,11 @@ msgstr ""
|
|
373
382
|
msgid "Add Content Hosts to:"
|
374
383
|
msgstr ""
|
375
384
|
|
385
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
386
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
387
|
+
msgid "Add Host Collections"
|
388
|
+
msgstr ""
|
389
|
+
|
376
390
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
377
391
|
msgid "Add hosts to the host collection to see available actions."
|
378
392
|
msgstr ""
|
@@ -390,6 +404,10 @@ msgstr ""
|
|
390
404
|
msgid "Add ons:"
|
391
405
|
msgstr ""
|
392
406
|
|
407
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
408
|
+
msgid "Add Products"
|
409
|
+
msgstr ""
|
410
|
+
|
393
411
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
394
412
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
395
413
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -400,6 +418,11 @@ msgstr ""
|
|
400
418
|
msgid "Add Selected"
|
401
419
|
msgstr ""
|
402
420
|
|
421
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
422
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
423
|
+
msgid "Add Subscriptions"
|
424
|
+
msgstr ""
|
425
|
+
|
403
426
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
404
427
|
msgid "Add Subscriptions for Activation Key:"
|
405
428
|
msgstr ""
|
@@ -432,9 +455,11 @@ msgstr ""
|
|
432
455
|
msgid "Additive"
|
433
456
|
msgstr ""
|
434
457
|
|
458
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
435
459
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
436
460
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
437
461
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
462
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
438
463
|
msgid "Advanced Sync"
|
439
464
|
msgstr ""
|
440
465
|
|
@@ -446,6 +471,10 @@ msgstr ""
|
|
446
471
|
msgid "Affected Hosts"
|
447
472
|
msgstr ""
|
448
473
|
|
474
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
475
|
+
msgid "All"
|
476
|
+
msgstr ""
|
477
|
+
|
449
478
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
450
479
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
451
480
|
msgid "All Content Views"
|
@@ -464,6 +493,7 @@ msgstr ""
|
|
464
493
|
|
465
494
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
466
495
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
496
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
467
497
|
msgid "Alternate Content Sources"
|
468
498
|
msgstr ""
|
469
499
|
|
@@ -556,6 +586,7 @@ msgid "Ansible Collection Authorization"
|
|
556
586
|
msgstr ""
|
557
587
|
|
558
588
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
589
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
559
590
|
msgid "Ansible Collections"
|
560
591
|
msgstr ""
|
561
592
|
|
@@ -571,6 +602,7 @@ msgid "Applicable Content Hosts"
|
|
571
602
|
msgstr ""
|
572
603
|
|
573
604
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
605
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
574
606
|
msgid "Applicable Deb Packages"
|
575
607
|
msgstr ""
|
576
608
|
|
@@ -579,6 +611,7 @@ msgid "Applicable Errata"
|
|
579
611
|
msgstr ""
|
580
612
|
|
581
613
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
614
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
582
615
|
msgid "Applicable Packages"
|
583
616
|
msgstr ""
|
584
617
|
|
@@ -597,6 +630,7 @@ msgid "Application"
|
|
597
630
|
msgstr ""
|
598
631
|
|
599
632
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
633
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
600
634
|
msgid "Apply"
|
601
635
|
msgstr ""
|
602
636
|
|
@@ -631,7 +665,7 @@ msgid "Apply Errata"
|
|
631
665
|
msgstr ""
|
632
666
|
|
633
667
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
634
|
-
msgid "Apply Errata to Content Host \"{{host.
|
668
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
635
669
|
msgstr ""
|
636
670
|
|
637
671
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -696,7 +730,9 @@ msgid ""
|
|
696
730
|
msgstr ""
|
697
731
|
|
698
732
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
699
|
-
msgid "
|
733
|
+
msgid ""
|
734
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
735
|
+
" }}\"?"
|
700
736
|
msgstr ""
|
701
737
|
|
702
738
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -824,8 +860,9 @@ msgid ""
|
|
824
860
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
825
861
|
"repository?"
|
826
862
|
msgid_plural ""
|
827
|
-
"
|
828
|
-
"
|
863
|
+
"Repositories that are published in content view\n"
|
864
|
+
" 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"
|
865
|
+
" "
|
829
866
|
msgstr[0] ""
|
830
867
|
msgstr[1] ""
|
831
868
|
msgstr[2] ""
|
@@ -860,8 +897,8 @@ msgstr ""
|
|
860
897
|
|
861
898
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
862
899
|
msgid ""
|
863
|
-
"Are you sure you want to restart services on content host \"{{
|
864
|
-
"}}\"?"
|
900
|
+
"Are you sure you want to restart services on content host \"{{ "
|
901
|
+
"host.display_name }}\"?"
|
865
902
|
msgstr ""
|
866
903
|
|
867
904
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -945,10 +982,18 @@ msgstr ""
|
|
945
982
|
msgid "Auto-Attach"
|
946
983
|
msgstr ""
|
947
984
|
|
985
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
986
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
987
|
+
msgstr ""
|
988
|
+
|
948
989
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
949
990
|
msgid "Auto-Attach Details"
|
950
991
|
msgstr ""
|
951
992
|
|
993
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
994
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
995
|
+
msgstr ""
|
996
|
+
|
952
997
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
953
998
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
954
999
|
msgid "Automatic"
|
@@ -1032,6 +1077,10 @@ msgstr ""
|
|
1032
1077
|
msgid "Build Time"
|
1033
1078
|
msgstr ""
|
1034
1079
|
|
1080
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1081
|
+
msgid "Bulk Task"
|
1082
|
+
msgstr ""
|
1083
|
+
|
1035
1084
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1036
1085
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1037
1086
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1052,6 +1101,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1052
1101
|
msgstr ""
|
1053
1102
|
|
1054
1103
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1104
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1055
1105
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1056
1106
|
msgid "Cannot Remove"
|
1057
1107
|
msgstr ""
|
@@ -1206,6 +1256,7 @@ msgid "Composite View"
|
|
1206
1256
|
msgstr ""
|
1207
1257
|
|
1208
1258
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1259
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1209
1260
|
msgid "Confirm"
|
1210
1261
|
msgstr ""
|
1211
1262
|
|
@@ -1218,10 +1269,12 @@ msgid "Container Image Manifest"
|
|
1218
1269
|
msgstr ""
|
1219
1270
|
|
1220
1271
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1272
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1221
1273
|
msgid "Container Image Manifest Lists"
|
1222
1274
|
msgstr ""
|
1223
1275
|
|
1224
1276
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1277
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1225
1278
|
msgid "Container Image Manifests"
|
1226
1279
|
msgstr ""
|
1227
1280
|
|
@@ -1238,6 +1291,7 @@ msgstr ""
|
|
1238
1291
|
|
1239
1292
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1240
1293
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1294
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1241
1295
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1242
1296
|
msgid "Container Image Tags"
|
1243
1297
|
msgstr ""
|
@@ -1251,6 +1305,10 @@ msgstr ""
|
|
1251
1305
|
msgid "Content Counts"
|
1252
1306
|
msgstr ""
|
1253
1307
|
|
1308
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1309
|
+
msgid "Content Credential"
|
1310
|
+
msgstr ""
|
1311
|
+
|
1254
1312
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1255
1313
|
msgid "Content Credential %s has been created."
|
1256
1314
|
msgstr ""
|
@@ -1299,6 +1357,10 @@ msgstr ""
|
|
1299
1357
|
msgid "Content Host Limit"
|
1300
1358
|
msgstr ""
|
1301
1359
|
|
1360
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1361
|
+
msgid "Content Host Module Stream Management"
|
1362
|
+
msgstr ""
|
1363
|
+
|
1302
1364
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1303
1365
|
msgid "Content Host Properties"
|
1304
1366
|
msgstr ""
|
@@ -1311,6 +1373,10 @@ msgstr ""
|
|
1311
1373
|
msgid "Content Host Status"
|
1312
1374
|
msgstr ""
|
1313
1375
|
|
1376
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1377
|
+
msgid "Content Host Traces Management"
|
1378
|
+
msgstr ""
|
1379
|
+
|
1314
1380
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1315
1381
|
msgid "Content Host:"
|
1316
1382
|
msgstr ""
|
@@ -1322,6 +1388,9 @@ msgstr ""
|
|
1322
1388
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1323
1389
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1324
1390
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1391
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1392
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1393
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1325
1394
|
msgid "Content Hosts"
|
1326
1395
|
msgstr ""
|
1327
1396
|
|
@@ -1354,6 +1423,7 @@ msgstr ""
|
|
1354
1423
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1355
1424
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1356
1425
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1426
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1357
1427
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1358
1428
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1359
1429
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1378,7 +1448,10 @@ msgstr ""
|
|
1378
1448
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1379
1449
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1380
1450
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1451
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1381
1452
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1453
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1454
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1382
1455
|
msgid "Content Views"
|
1383
1456
|
msgstr ""
|
1384
1457
|
|
@@ -1445,6 +1518,11 @@ msgstr ""
|
|
1445
1518
|
msgid "Create Content Credential"
|
1446
1519
|
msgstr ""
|
1447
1520
|
|
1521
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1522
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1523
|
+
msgid "Create Copy"
|
1524
|
+
msgstr ""
|
1525
|
+
|
1448
1526
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1449
1527
|
msgid "Create Discovered Repositories"
|
1450
1528
|
msgstr ""
|
@@ -1463,6 +1541,10 @@ msgstr ""
|
|
1463
1541
|
msgid "Create Product"
|
1464
1542
|
msgstr ""
|
1465
1543
|
|
1544
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1545
|
+
msgid "Create Repositories"
|
1546
|
+
msgstr ""
|
1547
|
+
|
1466
1548
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1467
1549
|
msgid "Create Selected"
|
1468
1550
|
msgstr ""
|
@@ -1501,6 +1583,10 @@ msgstr ""
|
|
1501
1583
|
msgid "Current Subscriptions for Activation Key:"
|
1502
1584
|
msgstr ""
|
1503
1585
|
|
1586
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1587
|
+
msgid "Custom"
|
1588
|
+
msgstr ""
|
1589
|
+
|
1504
1590
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1505
1591
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1506
1592
|
msgid "custom cron"
|
@@ -1544,6 +1630,10 @@ msgid ""
|
|
1544
1630
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1545
1631
|
msgstr ""
|
1546
1632
|
|
1633
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1634
|
+
msgid "Deb Package Actions"
|
1635
|
+
msgstr ""
|
1636
|
+
|
1547
1637
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1548
1638
|
msgid "deb Package Updates"
|
1549
1639
|
msgstr ""
|
@@ -1555,6 +1645,7 @@ msgstr ""
|
|
1555
1645
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1556
1646
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1557
1647
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1648
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1558
1649
|
msgid "Deb Packages"
|
1559
1650
|
msgstr ""
|
1560
1651
|
|
@@ -1566,6 +1657,10 @@ msgstr ""
|
|
1566
1657
|
msgid "Deb Packages for:"
|
1567
1658
|
msgstr ""
|
1568
1659
|
|
1660
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1661
|
+
msgid "Deb Repositories"
|
1662
|
+
msgstr ""
|
1663
|
+
|
1569
1664
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1570
1665
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1571
1666
|
msgstr ""
|
@@ -1575,6 +1670,11 @@ msgstr ""
|
|
1575
1670
|
msgid "Deb:"
|
1576
1671
|
msgstr ""
|
1577
1672
|
|
1673
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1674
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1675
|
+
msgid "Debs"
|
1676
|
+
msgstr ""
|
1677
|
+
|
1578
1678
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1579
1679
|
msgid "Default"
|
1580
1680
|
msgstr ""
|
@@ -1591,6 +1691,10 @@ msgstr ""
|
|
1591
1691
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1592
1692
|
msgstr ""
|
1593
1693
|
|
1694
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1695
|
+
msgid "Delete filters"
|
1696
|
+
msgstr ""
|
1697
|
+
|
1594
1698
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1595
1699
|
msgid "Delete Hosts"
|
1596
1700
|
msgstr ""
|
@@ -1600,6 +1704,7 @@ msgid "Delta RPM"
|
|
1600
1704
|
msgstr ""
|
1601
1705
|
|
1602
1706
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1707
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1603
1708
|
msgid "Dependencies"
|
1604
1709
|
msgstr ""
|
1605
1710
|
|
@@ -1691,6 +1796,10 @@ msgstr ""
|
|
1691
1796
|
msgid "Discover"
|
1692
1797
|
msgstr ""
|
1693
1798
|
|
1799
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1800
|
+
msgid "Discover Repositories"
|
1801
|
+
msgstr ""
|
1802
|
+
|
1694
1803
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1695
1804
|
msgid "Discovered Repository"
|
1696
1805
|
msgstr ""
|
@@ -1713,6 +1822,10 @@ msgid ""
|
|
1713
1822
|
"repository."
|
1714
1823
|
msgstr ""
|
1715
1824
|
|
1825
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1826
|
+
msgid "Docker"
|
1827
|
+
msgstr ""
|
1828
|
+
|
1716
1829
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1717
1830
|
msgid ""
|
1718
1831
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1724,6 +1837,10 @@ msgid ""
|
|
1724
1837
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1725
1838
|
msgstr ""
|
1726
1839
|
|
1840
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1841
|
+
msgid "Docker Tags"
|
1842
|
+
msgstr ""
|
1843
|
+
|
1727
1844
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1728
1845
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1729
1846
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1797,6 +1914,10 @@ msgid ""
|
|
1797
1914
|
"Environment will also be removed from the following published content views!"
|
1798
1915
|
msgstr ""
|
1799
1916
|
|
1917
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1918
|
+
msgid "Environments"
|
1919
|
+
msgstr ""
|
1920
|
+
|
1800
1921
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1801
1922
|
msgid "Environments List"
|
1802
1923
|
msgstr ""
|
@@ -1804,7 +1925,10 @@ msgstr ""
|
|
1804
1925
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1805
1926
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1806
1927
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1928
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1807
1929
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1930
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1931
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1808
1932
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1809
1933
|
msgid "Errata"
|
1810
1934
|
msgstr ""
|
@@ -1916,6 +2040,9 @@ msgstr ""
|
|
1916
2040
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1917
2041
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1918
2042
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2043
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2044
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2045
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1919
2046
|
msgid "Files"
|
1920
2047
|
msgstr ""
|
1921
2048
|
|
@@ -1925,12 +2052,17 @@ msgstr ""
|
|
1925
2052
|
|
1926
2053
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1927
2054
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2055
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1928
2056
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1929
2057
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1930
2058
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1931
2059
|
msgid "Filter"
|
1932
2060
|
msgstr ""
|
1933
2061
|
|
2062
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2063
|
+
msgid "Filter by Environment"
|
2064
|
+
msgstr ""
|
2065
|
+
|
1934
2066
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1935
2067
|
msgid "Filter by Status:"
|
1936
2068
|
msgstr ""
|
@@ -1941,14 +2073,12 @@ msgstr ""
|
|
1941
2073
|
msgid "Filter..."
|
1942
2074
|
msgstr ""
|
1943
2075
|
|
1944
|
-
#: app/assets/javascripts/bastion_katello/
|
1945
|
-
msgid "
|
2076
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2077
|
+
msgid "Filters"
|
1946
2078
|
msgstr ""
|
1947
2079
|
|
1948
|
-
#: app/assets/javascripts/bastion_katello/
|
1949
|
-
msgid ""
|
1950
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1951
|
-
"it is recommended to use sha1."
|
2080
|
+
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
2081
|
+
msgid "Finished At"
|
1952
2082
|
msgstr ""
|
1953
2083
|
|
1954
2084
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -2020,6 +2150,10 @@ msgstr ""
|
|
2020
2150
|
msgid "Host Collection Membership"
|
2021
2151
|
msgstr ""
|
2022
2152
|
|
2153
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2154
|
+
msgid "Host Collection Membership Management"
|
2155
|
+
msgstr ""
|
2156
|
+
|
2023
2157
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2024
2158
|
msgid "Host Collection removed."
|
2025
2159
|
msgstr ""
|
@@ -2036,6 +2170,8 @@ msgstr ""
|
|
2036
2170
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2037
2171
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2038
2172
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2173
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2174
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2039
2175
|
msgid "Host Collections"
|
2040
2176
|
msgstr ""
|
2041
2177
|
|
@@ -2082,6 +2218,10 @@ msgstr ""
|
|
2082
2218
|
msgid "HTTP Proxy"
|
2083
2219
|
msgstr ""
|
2084
2220
|
|
2221
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2222
|
+
msgid "HTTP Proxy Management"
|
2223
|
+
msgstr ""
|
2224
|
+
|
2085
2225
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2086
2226
|
msgid "HTTP Proxy Policy"
|
2087
2227
|
msgstr ""
|
@@ -2103,11 +2243,22 @@ msgstr ""
|
|
2103
2243
|
msgid "Id"
|
2104
2244
|
msgstr ""
|
2105
2245
|
|
2246
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2247
|
+
msgid ""
|
2248
|
+
"If you want to upload individual packages, create a separate repository with"
|
2249
|
+
" an empty \"Upstream URL\" field."
|
2250
|
+
msgstr ""
|
2251
|
+
|
2106
2252
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2107
2253
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2108
2254
|
msgid "Ignore SRPMs"
|
2109
2255
|
msgstr ""
|
2110
2256
|
|
2257
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2258
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2259
|
+
msgid "Ignore treeinfo"
|
2260
|
+
msgstr ""
|
2261
|
+
|
2111
2262
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2112
2263
|
msgid "Image"
|
2113
2264
|
msgstr ""
|
@@ -2169,6 +2320,7 @@ msgid "Installed"
|
|
2169
2320
|
msgstr ""
|
2170
2321
|
|
2171
2322
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2323
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2172
2324
|
msgid "Installed Deb Packages"
|
2173
2325
|
msgstr ""
|
2174
2326
|
|
@@ -2183,6 +2335,7 @@ msgid "Installed Package"
|
|
2183
2335
|
msgstr ""
|
2184
2336
|
|
2185
2337
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2338
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2186
2339
|
msgid "Installed Packages"
|
2187
2340
|
msgstr ""
|
2188
2341
|
|
@@ -2221,18 +2374,10 @@ msgstr ""
|
|
2221
2374
|
msgid "Issued"
|
2222
2375
|
msgstr ""
|
2223
2376
|
|
2224
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2225
|
-
msgid "Katello Agent"
|
2226
|
-
msgstr ""
|
2227
|
-
|
2228
2377
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2229
2378
|
msgid "Katello Tracer"
|
2230
2379
|
msgstr ""
|
2231
2380
|
|
2232
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2233
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2234
|
-
msgstr ""
|
2235
|
-
|
2236
2381
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2237
2382
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2238
2383
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2256,11 +2401,16 @@ msgstr ""
|
|
2256
2401
|
msgid "Last Puppet Report"
|
2257
2402
|
msgstr ""
|
2258
2403
|
|
2404
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2405
|
+
msgid "Last reclaim failed:"
|
2406
|
+
msgstr ""
|
2407
|
+
|
2259
2408
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2260
2409
|
msgid "Last reclaim space failed:"
|
2261
2410
|
msgstr ""
|
2262
2411
|
|
2263
2412
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2413
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2264
2414
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2265
2415
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2266
2416
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2321,6 +2471,7 @@ msgid "Lifecycle Environment:"
|
|
2321
2471
|
msgstr ""
|
2322
2472
|
|
2323
2473
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2474
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2324
2475
|
msgid "Lifecycle Environments"
|
2325
2476
|
msgstr ""
|
2326
2477
|
|
@@ -2334,7 +2485,7 @@ msgstr ""
|
|
2334
2485
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2335
2486
|
msgid ""
|
2336
2487
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2337
|
-
"Lifecycle
|
2488
|
+
"Lifecycle Environment"
|
2338
2489
|
msgstr ""
|
2339
2490
|
|
2340
2491
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2365,6 +2516,23 @@ msgstr ""
|
|
2365
2516
|
msgid "List"
|
2366
2517
|
msgstr ""
|
2367
2518
|
|
2519
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2520
|
+
msgid "List Host Collections"
|
2521
|
+
msgstr ""
|
2522
|
+
|
2523
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2524
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2525
|
+
msgid "List Hosts"
|
2526
|
+
msgstr ""
|
2527
|
+
|
2528
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2529
|
+
msgid "List Products"
|
2530
|
+
msgstr ""
|
2531
|
+
|
2532
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2533
|
+
msgid "List Subscriptions"
|
2534
|
+
msgstr ""
|
2535
|
+
|
2368
2536
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2369
2537
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2370
2538
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2384,6 +2552,10 @@ msgstr ""
|
|
2384
2552
|
msgid "Loading...\""
|
2385
2553
|
msgstr ""
|
2386
2554
|
|
2555
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2556
|
+
msgid "Make filters apply to all repositories in the content view"
|
2557
|
+
msgstr ""
|
2558
|
+
|
2387
2559
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2388
2560
|
msgid "Manage Ansible Collections for Repository:"
|
2389
2561
|
msgstr ""
|
@@ -2456,6 +2628,11 @@ msgstr ""
|
|
2456
2628
|
msgid "Manifest Type"
|
2457
2629
|
msgstr ""
|
2458
2630
|
|
2631
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2632
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2633
|
+
msgid "Metadata Expiration (Seconds)"
|
2634
|
+
msgstr ""
|
2635
|
+
|
2459
2636
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2460
2637
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2461
2638
|
msgid "Mirroring Policy"
|
@@ -2490,7 +2667,10 @@ msgstr ""
|
|
2490
2667
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2491
2668
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2492
2669
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2670
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2493
2671
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2672
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2673
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2494
2674
|
msgid "Module Streams"
|
2495
2675
|
msgstr ""
|
2496
2676
|
|
@@ -2507,6 +2687,7 @@ msgid "More Details"
|
|
2507
2687
|
msgstr ""
|
2508
2688
|
|
2509
2689
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2690
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2510
2691
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2511
2692
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2512
2693
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2537,6 +2718,7 @@ msgstr ""
|
|
2537
2718
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2538
2719
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2539
2720
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2721
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2540
2722
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2541
2723
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2542
2724
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2607,24 +2789,36 @@ msgid "Never synced"
|
|
2607
2789
|
msgstr ""
|
2608
2790
|
|
2609
2791
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2792
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2610
2793
|
msgid "New Activation Key"
|
2611
2794
|
msgstr ""
|
2612
2795
|
|
2796
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2797
|
+
msgid "New Content Credential"
|
2798
|
+
msgstr ""
|
2799
|
+
|
2613
2800
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2801
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2614
2802
|
msgid "New Environment"
|
2615
2803
|
msgstr ""
|
2616
2804
|
|
2805
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2806
|
+
msgid "New Host Collection"
|
2807
|
+
msgstr ""
|
2808
|
+
|
2617
2809
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2618
2810
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2619
2811
|
msgid "New Name:"
|
2620
2812
|
msgstr ""
|
2621
2813
|
|
2622
2814
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2815
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2623
2816
|
msgid "New Product"
|
2624
2817
|
msgstr ""
|
2625
2818
|
|
2626
2819
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2627
2820
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2821
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2628
2822
|
msgid "New Repository"
|
2629
2823
|
msgstr ""
|
2630
2824
|
|
@@ -2728,6 +2922,10 @@ msgstr ""
|
|
2728
2922
|
msgid "No matching results."
|
2729
2923
|
msgstr ""
|
2730
2924
|
|
2925
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2926
|
+
msgid "No Packages to show"
|
2927
|
+
msgstr ""
|
2928
|
+
|
2731
2929
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2732
2930
|
msgid "No products are available to add to this Sync Plan."
|
2733
2931
|
msgstr ""
|
@@ -2784,15 +2982,12 @@ msgstr ""
|
|
2784
2982
|
msgid "Not Applicable"
|
2785
2983
|
msgstr ""
|
2786
2984
|
|
2787
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2788
|
-
msgid "Not installed"
|
2789
|
-
msgstr ""
|
2790
|
-
|
2791
2985
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2792
2986
|
msgid "Not started"
|
2793
2987
|
msgstr ""
|
2794
2988
|
|
2795
2989
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2990
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2796
2991
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2797
2992
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2798
2993
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2915,6 +3110,7 @@ msgstr ""
|
|
2915
3110
|
|
2916
3111
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2917
3112
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3113
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2918
3114
|
msgid "Package Actions"
|
2919
3115
|
msgstr ""
|
2920
3116
|
|
@@ -2923,6 +3119,7 @@ msgid "Package Group (Deprecated)"
|
|
2923
3119
|
msgstr ""
|
2924
3120
|
|
2925
3121
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3122
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2926
3123
|
msgid "Package Groups"
|
2927
3124
|
msgstr ""
|
2928
3125
|
|
@@ -2971,6 +3168,10 @@ msgstr ""
|
|
2971
3168
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
2972
3169
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2973
3170
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3171
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3172
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3173
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3174
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2974
3175
|
msgid "Packages"
|
2975
3176
|
msgstr ""
|
2976
3177
|
|
@@ -3029,15 +3230,20 @@ msgstr ""
|
|
3029
3230
|
msgid "Perform"
|
3030
3231
|
msgstr ""
|
3031
3232
|
|
3032
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3033
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3034
3233
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3035
3234
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3036
3235
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3037
3236
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3038
3237
|
msgid ""
|
3039
3238
|
"Performing host package actions is disabled because Katello is not "
|
3040
|
-
"configured for
|
3239
|
+
"configured for remote execution."
|
3240
|
+
msgstr ""
|
3241
|
+
|
3242
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3243
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3244
|
+
msgid ""
|
3245
|
+
"Performing host package actions is disabled because Katello is not "
|
3246
|
+
"configured for Remote Execution."
|
3041
3247
|
msgstr ""
|
3042
3248
|
|
3043
3249
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3081,6 +3287,7 @@ msgstr ""
|
|
3081
3287
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3082
3288
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3083
3289
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3290
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3084
3291
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3085
3292
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3086
3293
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3141,6 +3348,9 @@ msgstr ""
|
|
3141
3348
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3142
3349
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3143
3350
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3351
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3352
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3353
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3144
3354
|
msgid "Products"
|
3145
3355
|
msgstr ""
|
3146
3356
|
|
@@ -3160,6 +3370,10 @@ msgstr ""
|
|
3160
3370
|
msgid "Provides"
|
3161
3371
|
msgstr ""
|
3162
3372
|
|
3373
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3374
|
+
msgid "Provisioning"
|
3375
|
+
msgstr ""
|
3376
|
+
|
3163
3377
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3164
3378
|
msgid "Provisioning Details"
|
3165
3379
|
msgstr ""
|
@@ -3223,6 +3437,10 @@ msgstr ""
|
|
3223
3437
|
msgid "Recurring Logic"
|
3224
3438
|
msgstr ""
|
3225
3439
|
|
3440
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3441
|
+
msgid "Red Hat"
|
3442
|
+
msgstr ""
|
3443
|
+
|
3226
3444
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3227
3445
|
msgid "Red Hat Repositories page"
|
3228
3446
|
msgstr ""
|
@@ -3462,12 +3680,21 @@ msgstr ""
|
|
3462
3680
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3463
3681
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3464
3682
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3683
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3465
3684
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3466
3685
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3467
3686
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3468
3687
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3469
3688
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3470
3689
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3690
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3691
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3692
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3693
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3694
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3695
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3696
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3697
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3471
3698
|
msgid "Repositories"
|
3472
3699
|
msgstr ""
|
3473
3700
|
|
@@ -3507,7 +3734,6 @@ msgstr ""
|
|
3507
3734
|
msgid "Repositories to Create"
|
3508
3735
|
msgstr ""
|
3509
3736
|
|
3510
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3511
3737
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3512
3738
|
msgid "Repository"
|
3513
3739
|
msgstr ""
|
@@ -3541,8 +3767,6 @@ msgstr ""
|
|
3541
3767
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3542
3768
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3543
3769
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3544
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3545
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3546
3770
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3547
3771
|
msgid "Repository Name"
|
3548
3772
|
msgstr ""
|
@@ -3563,14 +3787,23 @@ msgstr ""
|
|
3563
3787
|
|
3564
3788
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3565
3789
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3790
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3566
3791
|
msgid "Repository Sets"
|
3567
3792
|
msgstr ""
|
3568
3793
|
|
3794
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3795
|
+
msgid "Repository Sets Management"
|
3796
|
+
msgstr ""
|
3797
|
+
|
3569
3798
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3570
3799
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3571
3800
|
msgid "Repository Sets settings saved successfully."
|
3572
3801
|
msgstr ""
|
3573
3802
|
|
3803
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3804
|
+
msgid "Repository type"
|
3805
|
+
msgstr ""
|
3806
|
+
|
3574
3807
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3575
3808
|
msgid "Repository Type"
|
3576
3809
|
msgstr ""
|
@@ -3590,6 +3823,10 @@ msgstr ""
|
|
3590
3823
|
msgid "Repository:"
|
3591
3824
|
msgstr ""
|
3592
3825
|
|
3826
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3827
|
+
msgid "Republish Repository Metadata"
|
3828
|
+
msgstr ""
|
3829
|
+
|
3593
3830
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3594
3831
|
msgid "Requirements"
|
3595
3832
|
msgstr ""
|
@@ -3631,7 +3868,7 @@ msgid "Restart Selected"
|
|
3631
3868
|
msgstr ""
|
3632
3869
|
|
3633
3870
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3634
|
-
msgid "Restart Services on Content Host \"{{host.
|
3871
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3635
3872
|
msgstr ""
|
3636
3873
|
|
3637
3874
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3740,10 +3977,20 @@ msgstr ""
|
|
3740
3977
|
msgid "Select an Organization"
|
3741
3978
|
msgstr ""
|
3742
3979
|
|
3980
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
3981
|
+
msgid "Select Content Host(s)"
|
3982
|
+
msgstr ""
|
3983
|
+
|
3743
3984
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3744
3985
|
msgid "Select Content View"
|
3745
3986
|
msgstr ""
|
3746
3987
|
|
3988
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3989
|
+
msgid ""
|
3990
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
3991
|
+
"to syncronize from the upstream repository."
|
3992
|
+
msgstr ""
|
3993
|
+
|
3747
3994
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3748
3995
|
msgid ""
|
3749
3996
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3755,6 +4002,12 @@ msgid ""
|
|
3755
4002
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3756
4003
|
msgstr ""
|
3757
4004
|
|
4005
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4006
|
+
msgid ""
|
4007
|
+
"Selecting this option will exclude treeinfo files from repository "
|
4008
|
+
"synchronization."
|
4009
|
+
msgstr ""
|
4010
|
+
|
3758
4011
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3759
4012
|
msgid ""
|
3760
4013
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3916,7 +4169,6 @@ msgstr ""
|
|
3916
4169
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3917
4170
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3918
4171
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3919
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3920
4172
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3921
4173
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3922
4174
|
msgid "Status"
|
@@ -3938,8 +4190,6 @@ msgid "Subscription Management"
|
|
3938
4190
|
msgstr ""
|
3939
4191
|
|
3940
4192
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
3941
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3942
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3943
4193
|
msgid "Subscription Status"
|
3944
4194
|
msgstr ""
|
3945
4195
|
|
@@ -3947,15 +4197,10 @@ msgstr ""
|
|
3947
4197
|
msgid "Subscription UUID"
|
3948
4198
|
msgstr ""
|
3949
4199
|
|
3950
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
3951
|
-
msgid ""
|
3952
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3953
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3954
|
-
msgstr ""
|
3955
|
-
|
3956
4200
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3957
4201
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3958
4202
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4203
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
3959
4204
|
msgid "Subscriptions"
|
3960
4205
|
msgstr ""
|
3961
4206
|
|
@@ -3997,22 +4242,6 @@ msgstr ""
|
|
3997
4242
|
msgid "Successfully removed 1 item."
|
3998
4243
|
msgstr ""
|
3999
4244
|
|
4000
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4001
|
-
msgid "Successfully scheduled an update of all packages"
|
4002
|
-
msgstr ""
|
4003
|
-
|
4004
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4005
|
-
msgid "Successfully scheduled package installation"
|
4006
|
-
msgstr ""
|
4007
|
-
|
4008
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4009
|
-
msgid "Successfully scheduled package removal"
|
4010
|
-
msgstr ""
|
4011
|
-
|
4012
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4013
|
-
msgid "Successfully scheduled package update"
|
4014
|
-
msgstr ""
|
4015
|
-
|
4016
4245
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
4017
4246
|
msgid "Successfully updated subscriptions."
|
4018
4247
|
msgstr ""
|
@@ -4073,6 +4302,10 @@ msgstr ""
|
|
4073
4302
|
msgid "Sync Plan created and assigned to product."
|
4074
4303
|
msgstr ""
|
4075
4304
|
|
4305
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4306
|
+
msgid "Sync Plan Management"
|
4307
|
+
msgstr ""
|
4308
|
+
|
4076
4309
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4077
4310
|
msgid "Sync Plan saved"
|
4078
4311
|
msgstr ""
|
@@ -4087,6 +4320,8 @@ msgid "Sync Plan:"
|
|
4087
4320
|
msgstr ""
|
4088
4321
|
|
4089
4322
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4323
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4324
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4090
4325
|
msgid "Sync Plans"
|
4091
4326
|
msgstr ""
|
4092
4327
|
|
@@ -4142,10 +4377,6 @@ msgstr ""
|
|
4142
4377
|
msgid "System Purpose Management"
|
4143
4378
|
msgstr ""
|
4144
4379
|
|
4145
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4146
|
-
msgid "System Purpose Status"
|
4147
|
-
msgstr ""
|
4148
|
-
|
4149
4380
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4150
4381
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4151
4382
|
msgid "Tags"
|
@@ -4158,6 +4389,9 @@ msgstr ""
|
|
4158
4389
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4159
4390
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4160
4391
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4392
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4393
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4394
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4161
4395
|
msgid "Tasks"
|
4162
4396
|
msgstr ""
|
4163
4397
|
|
@@ -4197,6 +4431,11 @@ msgid ""
|
|
4197
4431
|
"make errata available to these hosts."
|
4198
4432
|
msgstr ""
|
4199
4433
|
|
4434
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4435
|
+
msgid ""
|
4436
|
+
"The filters below have this repository as the last affected repository!"
|
4437
|
+
msgstr ""
|
4438
|
+
|
4200
4439
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4201
4440
|
msgid ""
|
4202
4441
|
"The following actions can be performed on content hosts in this host "
|
@@ -4246,15 +4485,15 @@ msgstr ""
|
|
4246
4485
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4247
4486
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4248
4487
|
msgid ""
|
4249
|
-
"The repository will be
|
4250
|
-
"
|
4488
|
+
"The repository will only be available on content hosts with the selected "
|
4489
|
+
"architecture."
|
4251
4490
|
msgstr ""
|
4252
4491
|
|
4253
4492
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4254
4493
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4255
4494
|
msgid ""
|
4256
|
-
"The repository will be
|
4257
|
-
"
|
4495
|
+
"The repository will only be available on content hosts with the selected OS "
|
4496
|
+
"version."
|
4258
4497
|
msgstr ""
|
4259
4498
|
|
4260
4499
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4263,6 +4502,12 @@ msgid ""
|
|
4263
4502
|
"different environment."
|
4264
4503
|
msgstr ""
|
4265
4504
|
|
4505
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4506
|
+
msgid ""
|
4507
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4508
|
+
"to 'Default' at the next edit or change in content."
|
4509
|
+
msgstr ""
|
4510
|
+
|
4266
4511
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4267
4512
|
msgid "The time the sync should happen in your current time zone."
|
4268
4513
|
msgstr ""
|
@@ -4370,7 +4615,9 @@ msgstr ""
|
|
4370
4615
|
|
4371
4616
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4372
4617
|
msgid ""
|
4373
|
-
"This activation key may be used during
|
4618
|
+
"This activation key may be used during <a "
|
4619
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4620
|
+
"registration.</a>"
|
4374
4621
|
msgstr ""
|
4375
4622
|
|
4376
4623
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4381,26 +4628,16 @@ msgstr ""
|
|
4381
4628
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4382
4629
|
msgstr ""
|
4383
4630
|
|
4631
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4632
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4633
|
+
msgstr ""
|
4634
|
+
|
4384
4635
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4385
4636
|
msgid ""
|
4386
4637
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4387
4638
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4388
4639
|
msgstr ""
|
4389
4640
|
|
4390
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4391
|
-
msgid ""
|
4392
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4393
|
-
" to have subscriptions attached to access repositories."
|
4394
|
-
msgstr ""
|
4395
|
-
|
4396
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4397
|
-
msgid ""
|
4398
|
-
"This organization is not using <a target=\"_blank\" "
|
4399
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4400
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4401
|
-
"and will be removed in a future version."
|
4402
|
-
msgstr ""
|
4403
|
-
|
4404
4641
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4405
4642
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4406
4643
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4436,6 +4673,7 @@ msgstr ""
|
|
4436
4673
|
|
4437
4674
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4438
4675
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4676
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4439
4677
|
msgid "Traces"
|
4440
4678
|
msgstr ""
|
4441
4679
|
|
@@ -4499,7 +4737,7 @@ msgid "Unregister Host"
|
|
4499
4737
|
msgstr ""
|
4500
4738
|
|
4501
4739
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4502
|
-
msgid "Unregister Host \"{{host.
|
4740
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4503
4741
|
msgstr ""
|
4504
4742
|
|
4505
4743
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4737,17 +4975,6 @@ msgstr ""
|
|
4737
4975
|
msgid "Versions"
|
4738
4976
|
msgstr ""
|
4739
4977
|
|
4740
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4741
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4742
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4743
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4744
|
-
msgid "via Katello agent"
|
4745
|
-
msgstr ""
|
4746
|
-
|
4747
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4748
|
-
msgid "via Katello Agent"
|
4749
|
-
msgstr ""
|
4750
|
-
|
4751
4978
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4752
4979
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4753
4980
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4821,6 +5048,13 @@ msgid ""
|
|
4821
5048
|
"associated subscriptions."
|
4822
5049
|
msgstr ""
|
4823
5050
|
|
5051
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5052
|
+
msgid ""
|
5053
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5054
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5055
|
+
"required to satisfy the system's installed products."
|
5056
|
+
msgstr ""
|
5057
|
+
|
4824
5058
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4825
5059
|
msgid ""
|
4826
5060
|
"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"
|
@@ -4873,11 +5107,21 @@ msgid ""
|
|
4873
5107
|
"contents of requirement.yml here"
|
4874
5108
|
msgstr ""
|
4875
5109
|
|
5110
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5111
|
+
msgid "You cannot remove content from a redhat repository"
|
5112
|
+
msgstr ""
|
5113
|
+
|
4876
5114
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4877
5115
|
msgid ""
|
4878
5116
|
"You cannot remove these repositories because you do not have permission."
|
4879
5117
|
msgstr ""
|
4880
5118
|
|
5119
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5120
|
+
msgid ""
|
5121
|
+
"You cannot remove this product because it has repositories that are the last"
|
5122
|
+
" affected repository on content view filters"
|
5123
|
+
msgstr ""
|
5124
|
+
|
4881
5125
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4882
5126
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4883
5127
|
msgstr ""
|
@@ -5121,6 +5365,7 @@ msgstr ""
|
|
5121
5365
|
msgid "Your search returned zero Repositories"
|
5122
5366
|
msgstr ""
|
5123
5367
|
|
5368
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5124
5369
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5125
5370
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5126
5371
|
msgid "Your search returned zero Repositories."
|